Currently SimDem runs via: `simdem <file>` What if we were to change to: `simdem <action>` This would change the result to: `simdem demo <file>` `simdem test <file> `simdem dump <file>` `simdem version` This is aligned with more modern CLI's where the first word is the action to be taken. It also makes the CLI a bit more explicit. The con is that there is no longer a "default mode" for SimDem and would force a requirement of another word.
Currently SimDem runs via:
simdem <file>What if we were to change to:
simdem <action>This would change the result to:
simdem demo <file>simdem test <file>simdem dumpsimdem version`This is aligned with more modern CLI's where the first word is the action to be taken. It also makes the CLI a bit more explicit.
The con is that there is no longer a "default mode" for SimDem and would force a requirement of another word.