Discover Packages
github.com/lex000/go-oryx-lib
options
package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Mar 25, 2018
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
The oryx options package parse the options with config file.
-c, to specifies the config file.
-v, to print version and quit.
-g, to print signature and quit.
-h, to print help and quit.
We return the parsed config file path.
func ParseArgv(rcf, version, signature string ) (confFile string )
parse the argv with config, version and signature.
@param rcf The recomment config file path.
@param version The vesion of application, such as 1.2.3
@param signature The signature of application, such as SRS/1.2.3
Source Files
¶
Click to show internal directories.
Click to hide internal directories.