client: Implement interactive mode.
[paraslash.git] / ggo / client.m4
index 1ae5a38ace2c8ba041d14a6fd187ac11f260c091..8ade508985e6012a0b67414f3792a213caca7945 100644 (file)
@@ -1,6 +1,7 @@
 include(header.m4)
 define(CURRENT_PROGRAM,para_client)
 define(DEFAULT_CONFIG_FILE,~/.paraslash/client.conf)
+define(DEFAULT_HISTORY_FILE,~/.paraslash/client.history)
 <qu>
 args "--no-handle-error"
 option "hostname" i "ip or host to connect" string typestr="host" default="localhost" optional
@@ -11,7 +12,5 @@ option "key_file" k "(default='~/.paraslash/key.<user>')" string typestr="filena
 
 include(loglevel.m4)
 include(config_file.m4)
-
-<qu>
-option "plain" - "request an uncrypted session" flag off
-</qu>
+include(history_file.m4)
+include(complete.m4)