jacobdeichert / mask

🎭 A CLI task runner defined by a simple markdown file
MIT License
1.1k stars 55 forks source link

Rename --maskfile-introspect flag to --introspect #86

Closed jacobdeichert closed 3 years ago

jacobdeichert commented 3 years ago

Just realized that --maskfile-introspect is overly specific. I originally went with that because I don't want mask-specific flags to conflict with user-specified command flags.

However, I forgot that mask flags are only defined at the top level and therefore user flags will not conflict with them. So going with a shorter --introspect flag actually is fine.