Feature request: Support for custom command-line args
See original GitHub issueI build my project with Trimmer. Doing so on the command line is a little different; you don’t need to specify the platform explicitly (because your Trimmer profile lists it in the file), but you do need to add a -profileName
argument in order to select a build profile. If the build profile supports multiple platforms but you only want to build for one of them, you need to say so with another argument as well.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (6 by maintainers)
Top Results From Across the Web
[Feature] Allow custom command-line arguments in @ ...
When using the Playright test runner, I would like to be able to pass a command-line argument to my Playwright test, similar to...
Read more >Command line arguments
Set a custom config folder. -cmd <command>, Runs a command on startup. irc://hostname:port/#channel, Opens a plain connection to the hostname and port, ...
Read more >Jest: Passing custom arguments
In the post i'll show how to pass custom command line arguments to test suits run by Jest framework.
Read more >argparse — Parser for command-line options, arguments ...
ArgumentParser objects allow the help formatting to be customized by specifying an alternate formatting class. Currently, there are four such classes: class ...
Read more >create-feature — AWS CLI 1.27.37 Command Reference
--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Works in above PRs as shown here: https://github.com/webbertakken/unity-builder/runs/439419496?check_suite_focus=true#step:4:439
Yes this works great!