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
Use an array to describe the available flags.
The flags are no longer hardcoded and the -help section is also
generated from that array.
This way it will be easier to add more flags in the future.
resolves#95
Use an array to describe the available flags.
The flags are no longer hardcoded and the -help section is also
generated from that array.
This way it will be easier to add more flags in the future.
resolves#95
currently the cli flags for 'sd' are too much handcoded.
The '-help' contents are just handcoded aswell.
Each flag should be an instance of a 'struct Flag' and contain the help text and such, so that the help can be autogenerated.
The text was updated successfully, but these errors were encountered: