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
Some use cases may require waiting for multiple resources of different kinds to be available
before exiting.
Theres 2 ways to approach this:
Use subcommand chaining, so a one liner could be written allowing to specify multiple resources. This relies on Command Chaining which is not yet supported in Clap.
Use a file (e.g. Configuration File), where multiple resources are specified
File Specs
A nice format (as well as familiar) in the Rust ecosystem is TOML. Based on the assumption of
such format as input, the following spec could be of help to determine how the file is structured.
Some use cases may require waiting for multiple resources of different kinds to be available
before exiting.
Theres 2 ways to approach this:
File Specs
A nice format (as well as familiar) in the Rust ecosystem is TOML. Based on the assumption of
such format as input, the following spec could be of help to determine how the file is structured.
The text was updated successfully, but these errors were encountered: