manhunto / webhooks-rs

Configurable webhooks engine with retry policy and circuit breaker written in rust. Includes server + sdk + cli
MIT License
30 stars 0 forks source link

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

Closed manhunto closed 3 months ago

manhunto commented 3 months ago

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 commented 3 months ago

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