Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating application with name that contains whitespace cause an error #45

Closed
manhunto opened this issue Jun 5, 2024 · 1 comment
Closed
Labels
bug Something isn't working cli

Comments

@manhunto
Copy link
Owner

manhunto commented Jun 5, 2024

example: just run-cli application create 'from cli'

error: unexpected argument 'cli' found

Usage: cli application create <NAME>

For more information, try '--help'.
error: Recipe `run-cli` failed on line 50 with exit code 2
@manhunto manhunto added bug Something isn't working cli labels Jun 5, 2024
@manhunto
Copy link
Owner Author

I'm closing it because it is related to just. Running as a raw command by cargo is working properly.

$ cargo run --package=cli application create "test from cli"
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
     Running `target/debug/cli application create 'test from cli'`
App app_2hgRlNNmkyncZtIYMte18bErYF8 with name 'test from cli' has been created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli
Projects
None yet
Development

No branches or pull requests

1 participant