Expose `flags.cwd` as config option
See original GitHub issueThe chdir
logic already comes later in the program so this one should be easy.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Changes to --dir, --cwd, --script-mode, add `configSearchPath ...
Can accomplish via a new configSearchPath API option. ... Should configSearchPath be exposed as a CLI flag / env var? I say no....
Read more >Advanced configuration - GitLab Documentation
To do this, you modify a file called config.toml , which uses the TOML format. GitLab Runner does not require a restart when...
Read more >Configuration - Streamlit Docs
Streamlit provides four different ways to set configuration options. This list is in reverse order of precedence, i.e. command line flags take precedence ......
Read more >Configuring Vite
vite.config.js export default { // config options } ... explicitly specify a config file to use with the --config CLI option (resolved relative...
Read more >Options - Babel.js
Primary options; Config Loading options; Plugin and Preset configuration ... and pass capability-related flags for use by configs, presets and plugins.
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
@phated I have a question about this flag.
Cli options
--cwd
and--gulpfile
have relation to each other as follows:And the current behavior with the config
flag.gulpfile
is:Should these configs
flag.gulpfile
andflag.cwd
have relations like cli options?Due to how complex this issue has become, I’m going to move it to the 3.0 milestone because it might be breaking to some people’s workflows.