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 11cf4dd commit d26e311Copy full SHA for d26e311
src/bin/copy.bash
@@ -12,7 +12,7 @@ _copy_completion()
12
opts="-h -n -q -s -t -u -v"
13
14
local datastores_dst="running-config startup-config"
15
- local datastores_src="running-config startup-config factory-config"
+ local datastores_src="factory-config operational-state running-config"
16
17
case "${prev}" in
18
-t)
0 commit comments