cli example removal cleanup

examples/cli was removed in https://github.com/roc-lang/roc/pull/6921
This commit is contained in:
Anton-4 2024-12-13 18:37:42 +01:00
parent a0de21d7d7
commit d4cd3cd50b
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
3 changed files with 7 additions and 7 deletions

View file

@ -3728,9 +3728,9 @@ enum ShorthandPath {
root_module: PathBuf,
},
RelativeToSrc {
/// e.g. "/home/rtfeldman/my-roc-code/examples/cli/cli-platform/"
/// e.g. "/home/username/roc/examples/platform-switching/zig-platform/"
root_module_dir: PathBuf,
/// e.g. "/home/rtfeldman/my-roc-code/examples/cli/cli-platform/main.roc"
/// e.g. "/home/username/roc/examples/platform-switching/zig-platform/main.roc"
root_module: PathBuf,
},
}