Better command line options #45
Labels
No Label
bug
enhancement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: s416496/musique#45
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Provide good command line parameter input sub-language. I see Go compiler as one of the good ones, so maybe implement something inspired by it:
musique doc <builtin>
- print documentation for builtin functionmusique run <name>
- execute given filemuqique with <name>
- execute given file and enter interactive modemusique def <name>
- define given file as function (same as--as-function
now)musique help
- print helpAdditional flag
--interactive
(short:-i
) for run mode will be supported.Commands can be combined: