Adding ONOS Segment Routing CLI files to new repo
diff --git a/cli/documentation/en_US/set/set b/cli/documentation/en_US/set/set
new file mode 100755
index 0000000..a9e9a02
--- /dev/null
+++ b/cli/documentation/en_US/set/set
@@ -0,0 +1 @@
+Set the terminal height for paging Cli command output.
\ No newline at end of file
diff --git a/cli/documentation/en_US/set/set-example b/cli/documentation/en_US/set/set-example
new file mode 100755
index 0000000..729094d
--- /dev/null
+++ b/cli/documentation/en_US/set/set-example
@@ -0,0 +1,5 @@
+set length 50
+ Set the terminal length to 50 lines.
+
+set length term
+ Set the terminal length to the natural screen height.