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
Proposal for a single executable based Scicat CLI tool
I would like to create a PR for a code rewrite that would put all of the separate executables defined in cmd/ into one, where each component would get their own subcommand.
This would basically mean: Instead of calling the command this way:
Proposal for a single executable based Scicat CLI tool
I would like to create a PR for a code rewrite that would put all of the separate executables defined in
cmd/
into one, where each component would get their own subcommand.This would basically mean: Instead of calling the command this way:
We'd have the following convention:
This would be achieved through the Cobra library.
As an example of this concept, here's my globus library with a built-in cli implementation.
The text was updated successfully, but these errors were encountered: