Support --config option
--config <conf_file> loads configs from conf_file
This commit is contained in:
@ -128,6 +128,9 @@ _create_ap() {
|
||||
--mkconfig)
|
||||
_use_filedir && return 0
|
||||
;;
|
||||
--config)
|
||||
_use_filedir && return 0
|
||||
;;
|
||||
-g)
|
||||
# Not going to implement
|
||||
;;
|
||||
|
Reference in New Issue
Block a user