mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
--config shouldn't have any point being optional now that its autoloaded
This commit is contained in:
@@ -186,7 +186,7 @@ pub const Arguments = struct {
|
||||
const base_params_ = (if (Environment.isDebug) debug_params else [_]ParamType{}) ++ [_]ParamType{
|
||||
clap.parseParam("--env-file <STR>... Load environment variables from the specified file(s)") catch unreachable,
|
||||
clap.parseParam("--cwd <STR> Absolute path to resolve files & entry points from. This just changes the process' cwd.") catch unreachable,
|
||||
clap.parseParam("-c, --config <PATH>? Specify path to Bun config file. Default <d>$cwd<r>/bunfig.toml") catch unreachable,
|
||||
clap.parseParam("-c, --config <PATH> Specify path to Bun config file. Default <d>$cwd<r>/bunfig.toml") catch unreachable,
|
||||
clap.parseParam("-h, --help Display this menu and exit") catch unreachable,
|
||||
} ++ (if (builtin.have_error_return_tracing) [_]ParamType{
|
||||
// This will print more error return traces, as a debug aid
|
||||
|
||||
Reference in New Issue
Block a user