##// END OF EJS Templates
feat(redis): added --db flag to pick redis DB to connect to
super-admin -
Show More
@@ -1186,6 +1186,12 b' rcstack_cli_redis_usage() {'
1186 printf " Default: $PWD/.custom/.runtime.env\n"
1186 printf " Default: $PWD/.custom/.runtime.env\n"
1187 echo
1187 echo
1188
1188
1189 # :flag.usage
1190 printf " %s\n" "--db DB"
1191 printf " select Redis db, defaults 0\n"
1192 printf " Default: 0\n"
1193 echo
1194
1189 # :command.usage_fixed_flags
1195 # :command.usage_fixed_flags
1190 printf " %s\n" "--help, -h"
1196 printf " %s\n" "--help, -h"
1191 printf " Show this help\n"
1197 printf " Show this help\n"
General Comments 0
You need to be logged in to leave comments. Login now