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
{{ message }}
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
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.