mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-05-14 05:07:09 +00:00
* fix: move constant and flags to prevent loop * feat: add tls cert to serve * fix: add tls cli description * fix: remove unnecessary code * small updates/fixed unit test errors * fix: migrate all flags, use exported vars * fix: standardize to AddFlags --------- Signed-off-by: will <30413278+wcrum@users.noreply.github.com> Co-authored-by: Zack Brady <zackbrady123@gmail.com>
6 lines
60 B
Go
6 lines
60 B
Go
package flags
|
|
|
|
type CliRootOpts struct {
|
|
LogLevel string
|
|
}
|