mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
cli example removal cleanup
examples/cli was removed in https://github.com/roc-lang/roc/pull/6921
This commit is contained in:
parent
a0de21d7d7
commit
d4cd3cd50b
3 changed files with 7 additions and 7 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue