diff options
author | Joe <rbo@gmx.us> | 2024-05-16 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-16 20:20:20 +0200 |
commit | c545dd21171200889053694804eae6ca839379a2 (patch) | |
tree | 9295f4df134839a2a7a468a994a8b096b6dc89d0 /src/c_defs.go | |
parent | v0.7 (diff) | |
download | hardflip-c545dd21171200889053694804eae6ca839379a2.tar.gz hardflip-c545dd21171200889053694804eae6ca839379a2.tar.bz2 hardflip-c545dd21171200889053694804eae6ca839379a2.tar.xz hardflip-c545dd21171200889053694804eae6ca839379a2.tar.zst hardflip-c545dd21171200889053694804eae6ca839379a2.zip |
prompt ssh ok
Diffstat (limited to '')
-rw-r--r-- | src/c_defs.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/c_defs.go b/src/c_defs.go index e6fcf79..5d24337 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -86,6 +86,13 @@ const ( ) const ( + WELCOME_GPG = iota + WELCOME_CONFIRM_GPG + WELCOME_SSH + WELCOME_END +) + +const ( W = 0 H = 1 ) @@ -234,5 +241,6 @@ var DEFAULT_OPTS = HardOpts{ false, "", "", + "", } |