We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c26daa commit c8a6365Copy full SHA for c8a6365
bin/v-change-user-ns
@@ -39,6 +39,13 @@ check_args '3' "$#" 'USER NS1 NS2 [NS3] [NS4] [NS5] [NS6] [NS7] [NS8]'
39
# Checking argument format
40
is_format_valid 'user' 'ns1' 'ns2'
41
42
+if [ "$ns1" = '' ]; then
43
+ check_result '3' "Usage: v-change-user-ns USER NS1 NS2 [NS3] [NS4] [NS5] [NS6] [NS7] [NS8]"
44
+fi
45
+if [ "$ns2" = '' ]; then
46
47
48
+
49
ns="$ns1,$ns2"
50
if [ -n "$ns3" ]; then
51
is_format_valid 'ns3'
0 commit comments