IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 9:57:31 AM (21 years ago)
Author:
eugene
Message:

adding help, version concepts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/init.c

    r2598 r4686  
    3131int substr_func     PROTO((int, char **));
    3232int wait            PROTO((int, char **));
     33int version         PROTO((int, char **));
    3334int which           PROTO((int, char **));
    3435
     
    6667  {"strlen",        strlen_func,        "string length"},
    6768  {"substr",        substr_func,        "substring"},
     69  {"version",       version,            "list version information"},
    6870  {"wait",          wait,               "wait until return is typed"},
    6971  {"which",         which,              "show command *"}
Note: See TracChangeset for help on using the changeset viewer.