diff options
author | Francis Lavoie <[email protected]> | 2023-10-11 11:46:18 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-11 09:46:18 -0600 |
commit | 9c419f1e1a4a82a8ed49bac3d54050890cb3e58e (patch) | |
tree | d2ddc1499646eb0aa9dbf95a7f757a8df5d4a623 /.gitignore | |
parent | b245ecd325428966ac4e4c208e268967d0e0cb83 (diff) | |
download | caddy-9c419f1e1a4a82a8ed49bac3d54050890cb3e58e.tar.gz caddy-9c419f1e1a4a82a8ed49bac3d54050890cb3e58e.zip |
cmd: Fix exiting with custom status code, add `caddy -v` (#5874)
* Simplify variables for commands
* Add --envfile support for adapt command
* Carry custom status code for commands to os.Exit()
* cmd: add `-v` and `--version` to root caddy command
* Add `--envfile` to `caddy environ`, extract flag parsing to func
---------
Co-authored-by: Mohammed Al Sahaf <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d6ee0e812..6cde9db00 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ Caddyfile.* cmd/caddy/caddy cmd/caddy/caddy.exe cmd/caddy/tmp/*.exe +cmd/caddy/.env # mac specific .DS_Store |