use standard module system more over specialArgs #3
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
Compat
Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: auxolotl/templates#3
Loading…
Reference in a new issue
No description provided.
Delete branch "modules"
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?
currently, the use of specialArgs has a large overlap with standard (and documented) configuration options. i think we should be using these through
config
instead, rather than setting the example of passing simple string values like these to specialArgs only to use them in one or two options. this would:modules
argument works outside of just taking in paths to filesI believe we will want to prefer the prefix version of this
inputs @ {
as opposed to suffix.This is adorable. Well done.
Overall some very nice changes. There's a couple of review comments and GitHub tells me of a conflict, but overall extremely minor things.
I have to go now, but please don't worry if you don't have time to solve them by tomorrow. If that's the case then I'll rebase this branch and make another commit fixing those review comments
If we're doing this, we should remember to also update the README to fix the reference
This is better for not assuming the single-user case as much, possibly slightly worse if people are running commands without properly reading what they're doing but I guess it's probably fine...
Oops -- looks like my review was largely outdated by your speedy work. Sorry & thanks