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
At present the config_copy command takes only 1 config ... but often one will want to copy multiple configs in one shot ... so, a more general signature for this command, which encompasses both the single and multi-config use case is to move the config argument from being a -c config flag to being a required positional argument. Moreover, many FISS commands should be reworked in a similar fashion, i.e. to not require a flag but instead use a required positional argument to specify the most important piece of input. As a very simple example, consider space_delete: indicating which space(s) to delete can be done with one or more positional args, the -w flag is completely superfluous
At present the config_copy command takes only 1 config ... but often one will want to copy multiple configs in one shot ... so, a more general signature for this command, which encompasses both the single and multi-config use case is to move the config argument from being a
-c config
flag to being a required positional argument. Moreover, many FISS commands should be reworked in a similar fashion, i.e. to not require a flag but instead use a required positional argument to specify the most important piece of input. As a very simple example, considerspace_delete
: indicating which space(s) to delete can be done with one or more positional args, the -w flag is completely superfluousThe text was updated successfully, but these errors were encountered: