@@ -5,54 +5,54 @@ cinit: shell:config:init
5
5
clear : shell:clear
6
6
7
7
# MySQL commands
8
- use : workspace:use {arg1}
9
- explain : node-type:show {arg1}
8
+ use : workspace:use
9
+ explain : node-type:show
10
10
11
11
# Filesystem commands
12
- cd : shell:path:change {arg1}
13
- rm : node:remove {arg1}
14
- mv : node:move {arg1} {arg2}
12
+ cd : shell:path:change
13
+ rm : node:remove
14
+ mv : node:move
15
15
pwd : shell:path:show
16
16
exit : shell:exit
17
17
18
18
# Node commands
19
- ls : node:list {arg1}
20
- ln : node:clone {arg1} {arg2} # symlink, as in ln -s
21
- cp : node:copy {arg1} {arg2}
22
- cat : node:property:show {arg1}
23
- touch : node:property:set {arg1} {arg2} {arg3}
24
- mkdir : node:create {arg1} {arg2}
19
+ ls : node:list
20
+ ln : node:clone # symlink, as in ln -s
21
+ cp : node:copy
22
+ cat : node:property:show
23
+ touch : node:property:set
24
+ mkdir : node:create
25
25
26
26
# Node type commands
27
27
mixins : node-type:list "^mix:"
28
- nodetypes : node-type:list {arg1}
29
- ntedit : node-type:edit {arg1}
30
- ntshow : node-type:show {arg1}
28
+ nodetypes : node-type:list
29
+ ntedit : node-type:edit
30
+ ntshow : node-type:show
31
31
32
32
# Workspace commands
33
33
workspaces : workspace:list
34
34
35
35
# Namespsce commands
36
- namespaces : workspace:namespace:list {arg1}
36
+ namespaces : workspace:namespace:list
37
37
nsset : workspace:namespace:register
38
38
39
39
# Editor commands
40
- vi : node:edit {arg1} {arg2}
41
- vim : node:edit {arg1} {arg2}
42
- nano : node:edit {arg1} {arg2}
40
+ vi : node:edit
41
+ vim : node:edit
42
+ nano : node:edit
43
43
44
44
# GNU commands
45
- man : help {arg1}
45
+ man : help
46
46
47
47
# Version commands
48
- checkin : version:checkin {arg1}
49
- ci : version:checkin {arg1}
50
- co : version:checkout {arg1}
51
- checkout : version:checkout {arg1}
52
- cp : version:checkpoint {arg1}
53
- checkpoint : version:checkpoint {arg1}
54
- vhist : version:history {arg1}
55
- versions : version:history {arg1}
48
+ checkin : version:checkin
49
+ ci : version:checkin
50
+ co : version:checkout
51
+ checkout : version:checkout
52
+ cp : version:checkpoint
53
+ checkpoint : version:checkpoint
54
+ vhist : version:history
55
+ versions : version:history
56
56
57
57
# Session commands
58
58
save : session:save
0 commit comments