You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ ls
hello1.scl hello.scl scli
❯ ./scli --help
sclrepl 0.1.4
Scallop Interactive REPL
USAGE:
scli [FLAGS] [OPTIONS]
FLAGS:
-d, --debug
--debug-back
--debug-front
--debug-ram
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-p, --provenance <provenance> [default: unit]
❯ cat hello.scl
// hello.scl
rel hello = {"Hello World"}
❯ ./scli ./hello.scl
error: Found argument './hello.scl' which wasn't expected, or isn't valid in this context
USAGE:
scli [FLAGS] [OPTIONS]
For more information try --help
OS: Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
From what I can see in your snippet, What you actually executed is sclrepl (a command line interactive mode of scallop) as opposed to scli. Let me check if my distribution is uploaded with their name correct. Otherwise, you can always build from source and that'll make sure the right scli is installed.
Hi,
I can't seem to run a scallop program?
OS: Ubuntu 22.04
The text was updated successfully, but these errors were encountered: