rbcli 0.2.10 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rakeTasks +7 -0
- data/.rbenv-gemsets +1 -0
- data/CHANGELOG.md +46 -0
- data/Gemfile.lock +66 -48
- data/README.md +4 -4
- data/docs/404.html +54 -670
- data/docs/advanced/automatic_updates/index.html +998 -651
- data/docs/advanced/command_types/index.html +1022 -742
- data/docs/advanced/distributed_state_locking/index.html +998 -635
- data/docs/advanced/hooks/index.html +1011 -691
- data/docs/advanced/index.html +1140 -0
- data/docs/advanced/index.xml +113 -0
- data/docs/advanced/interactive_commands/index.html +1001 -653
- data/docs/advanced/logging/index.html +1006 -655
- data/docs/advanced/remote_execution/index.html +1010 -666
- data/docs/advanced/state_storage/index.html +1009 -721
- data/docs/advanced/user_config_files/index.html +981 -626
- data/docs/categories/index.html +1146 -0
- data/docs/categories/index.xml +10 -0
- data/docs/css/atom-one-dark-reasonable.css +77 -0
- data/docs/css/auto-complete.css +47 -0
- data/docs/css/featherlight.min.css +8 -0
- data/docs/css/fontawesome-all.min.css +1 -0
- data/docs/css/hugo-theme.css +254 -0
- data/docs/css/hybrid.css +102 -0
- data/docs/css/nucleus.css +615 -0
- data/docs/css/perfect-scrollbar.min.css +2 -0
- data/docs/css/tags.css +49 -0
- data/docs/css/theme-blue.css +111 -0
- data/docs/css/theme-green.css +111 -0
- data/docs/css/theme-red.css +111 -0
- data/docs/css/theme.css +1136 -0
- data/docs/development/changelog/index.html +1389 -0
- data/docs/development/code_of_conduct/index.html +973 -670
- data/docs/development/contributing/index.html +989 -583
- data/docs/development/index.html +1140 -0
- data/docs/development/index.xml +50 -0
- data/docs/development/license/index.html +973 -559
- data/docs/fonts/Inconsolata.eot +0 -0
- data/docs/fonts/Inconsolata.svg +1 -0
- data/docs/fonts/Inconsolata.ttf +0 -0
- data/docs/fonts/Inconsolata.woff +0 -0
- data/docs/fonts/Novecentosanswide-Normal-webfont.eot +0 -0
- data/docs/fonts/Novecentosanswide-Normal-webfont.svg +1 -0
- data/docs/fonts/Novecentosanswide-Normal-webfont.ttf +0 -0
- data/docs/fonts/Novecentosanswide-Normal-webfont.woff +0 -0
- data/docs/fonts/Novecentosanswide-Normal-webfont.woff2 +0 -0
- data/docs/fonts/Novecentosanswide-UltraLight-webfont.eot +0 -0
- data/docs/fonts/Novecentosanswide-UltraLight-webfont.svg +1 -0
- data/docs/fonts/Novecentosanswide-UltraLight-webfont.ttf +0 -0
- data/docs/fonts/Novecentosanswide-UltraLight-webfont.woff +0 -0
- data/docs/fonts/Novecentosanswide-UltraLight-webfont.woff2 +0 -0
- data/docs/fonts/Work_Sans_200.eot +0 -0
- data/docs/fonts/Work_Sans_200.svg +1 -0
- data/docs/fonts/Work_Sans_200.ttf +0 -0
- data/docs/fonts/Work_Sans_200.woff +0 -0
- data/docs/fonts/Work_Sans_200.woff2 +0 -0
- data/docs/fonts/Work_Sans_300.eot +0 -0
- data/docs/fonts/Work_Sans_300.svg +1 -0
- data/docs/fonts/Work_Sans_300.ttf +0 -0
- data/docs/fonts/Work_Sans_300.woff +0 -0
- data/docs/fonts/Work_Sans_300.woff2 +0 -0
- data/docs/fonts/Work_Sans_500.eot +0 -0
- data/docs/fonts/Work_Sans_500.svg +1 -0
- data/docs/fonts/Work_Sans_500.ttf +0 -0
- data/docs/fonts/Work_Sans_500.woff +0 -0
- data/docs/fonts/Work_Sans_500.woff2 +0 -0
- data/docs/images/clippy.svg +1 -0
- data/docs/images/favicon.png +0 -0
- data/docs/images/gopher-404.jpg +0 -0
- data/docs/imported/changelog/index.html +1208 -1020
- data/docs/imported/index.html +1191 -0
- data/docs/imported/index.xml +23 -0
- data/docs/index.html +925 -558
- data/docs/index.json +183 -0
- data/docs/index.xml +208 -0
- data/docs/js/auto-complete.js +3 -0
- data/docs/js/clipboard.min.js +7 -0
- data/docs/js/featherlight.min.js +9 -0
- data/docs/js/highlight.pack.js +6 -0
- data/docs/js/html5shiv-printshiv.min.js +4 -0
- data/docs/js/hugo-learn.js +94 -0
- data/docs/js/jquery-3.3.1.min.js +2 -0
- data/docs/js/jquery.sticky.js +288 -0
- data/docs/js/learn.js +459 -0
- data/docs/js/lunr.min.js +6 -0
- data/docs/js/modernizr.custom-3.6.0.js +3 -0
- data/docs/js/perfect-scrollbar.jquery.min.js +2 -0
- data/docs/js/perfect-scrollbar.min.js +2 -0
- data/docs/js/search.js +93 -0
- data/docs/mermaid/mermaid.css +277 -0
- data/docs/mermaid/mermaid.dark.css +278 -0
- data/docs/mermaid/mermaid.forest.css +356 -0
- data/docs/mermaid/mermaid.js +8 -0
- data/docs/quick_reference/index.html +1246 -0
- data/docs/quick_reference/index.xml +11 -0
- data/docs/sitemap.xml +82 -108
- data/docs/tags/index.html +1146 -0
- data/docs/tags/index.xml +10 -0
- data/docs/tutorial/10-getting_started/index.html +994 -662
- data/docs/tutorial/20-project_layout/index.html +1013 -722
- data/docs/tutorial/30-your_first_command/index.html +1055 -734
- data/docs/tutorial/40-options_parameters_and_arguments/index.html +1139 -881
- data/docs/tutorial/50-publishing/index.html +984 -671
- data/docs/tutorial/index.html +1140 -0
- data/docs/tutorial/index.xml +67 -0
- data/docs/webfonts/fa-brands-400.eot +0 -0
- data/docs/webfonts/fa-brands-400.svg +1 -0
- data/docs/webfonts/fa-brands-400.ttf +0 -0
- data/docs/webfonts/fa-brands-400.woff +0 -0
- data/docs/webfonts/fa-brands-400.woff2 +0 -0
- data/docs/webfonts/fa-regular-400.eot +0 -0
- data/docs/webfonts/fa-regular-400.svg +1 -0
- data/docs/webfonts/fa-regular-400.ttf +0 -0
- data/docs/webfonts/fa-regular-400.woff +0 -0
- data/docs/webfonts/fa-regular-400.woff2 +0 -0
- data/docs/webfonts/fa-solid-900.eot +0 -0
- data/docs/webfonts/fa-solid-900.svg +1 -0
- data/docs/webfonts/fa-solid-900.ttf +0 -0
- data/docs/webfonts/fa-solid-900.woff +0 -0
- data/docs/webfonts/fa-solid-900.woff2 +0 -0
- data/docs/whoami/index.html +965 -555
- data/docs/whoami/index.xml +11 -0
- data/docs-src/archetypes/default.md +6 -0
- data/docs-src/config.toml +37 -0
- data/docs-src/{docs/index.md → content/_index.md} +4 -4
- data/docs-src/content/advanced/_index.md +11 -0
- data/docs-src/{docs → content}/advanced/automatic_updates.md +6 -2
- data/docs-src/{docs → content}/advanced/command_types.md +8 -4
- data/docs-src/{docs → content}/advanced/distributed_state_locking.md +6 -2
- data/docs-src/{docs → content}/advanced/hooks.md +6 -2
- data/docs-src/{docs → content}/advanced/interactive_commands.md +5 -1
- data/docs-src/{docs → content}/advanced/logging.md +6 -2
- data/docs-src/{docs → content}/advanced/remote_execution.md +5 -1
- data/docs-src/{docs → content}/advanced/state_storage.md +6 -3
- data/docs-src/{docs → content}/advanced/user_config_files.md +5 -1
- data/docs-src/content/development/_index.md +11 -0
- data/docs-src/{docs/imported → content/development}/changelog.md +82 -6
- data/docs-src/{docs → content}/development/code_of_conduct.md +8 -1
- data/docs-src/{docs → content}/development/contributing.md +16 -1
- data/docs-src/{docs → content}/development/license.md +9 -2
- data/docs-src/{docs/imported/quick_reference.md → content/quick_reference/_index.md} +10 -3
- data/docs-src/{docs → content}/tutorial/10-getting_started.md +7 -1
- data/docs-src/{docs → content}/tutorial/20-project_layout.md +10 -2
- data/docs-src/{docs → content}/tutorial/30-your_first_command.md +10 -4
- data/docs-src/{docs → content}/tutorial/40-options_parameters_and_arguments.md +9 -3
- data/docs-src/{docs → content}/tutorial/50-publishing.md +9 -3
- data/docs-src/content/tutorial/_index.md +11 -0
- data/docs-src/{docs/whoami.md → content/whoami/_index.md} +11 -5
- data/docs-src/layouts/partials/logo.html +3 -0
- data/docs-src/makesite.sh +33 -7
- data/docs-src/mkdocs-archived.tar.gz +0 -0
- data/docs-src/runsite.sh +6 -1
- data/docs-src/themes/hugo-theme-learn/.editorconfig +16 -0
- data/docs-src/themes/hugo-theme-learn/.gitignore +3 -0
- data/docs-src/themes/hugo-theme-learn/.grenrc.yml +25 -0
- data/docs-src/themes/hugo-theme-learn/CHANGELOG.md +226 -0
- data/docs-src/themes/hugo-theme-learn/LICENSE.md +22 -0
- data/docs-src/themes/hugo-theme-learn/README.md +97 -0
- data/docs-src/themes/hugo-theme-learn/archetypes/chapter.md +13 -0
- data/docs-src/themes/hugo-theme-learn/archetypes/default.md +7 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/LICENSE.md +20 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/config.toml +102 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/_index.en.md +41 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/_index.fr.md +43 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/_index.en.md +12 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/_index.fr.md +12 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/_index.zh.md +12 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/configuration/_index.en.md +60 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/configuration/_index.fr.md +56 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.md +102 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.fr.md +100 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/installation/images/chapter.png +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/requirements/_index.en.md +11 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/requirements/_index.fr.md +11 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/requirements/images/magic.gif +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.en.md +194 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.fr.md +194 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/images/blue-variant.png +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/images/green-variant.png +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/images/red-variant.png +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/_index.en.md +12 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/_index.fr.md +12 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/archetypes.en.md +57 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/archetypes.fr.md +57 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/i18n/_index.en.md +78 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/i18n/_index.fr.md +78 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/i18n/images/i18n-menu.gif +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/icons.en.md +41 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/markdown.en.md +692 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/markdown.fr.md +666 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/menushortcuts.en.md +109 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/menushortcuts.fr.md +109 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/pages/_index.en.md +166 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/pages/_index.fr.md +146 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/pages/images/frontmatter-icon.png +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/pages/images/pages-chapter.png +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/pages/images/pages-default.png +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/syntaxhighlight.en.md +89 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/tags.en.md +39 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/cont/tags.fr.md +40 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/credits.en.md +28 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/credits.fr.md +28 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/_index.en.md +16 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/_index.fr.md +16 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/BachGavotteShort.mp3 +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/Carroll_AliceAuPaysDesMerveilles.pdf +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/adivorciarsetoca00cape.pdf +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/hugo.png +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/movieselectricsheep-flock-244-32500-2.mp4 +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.md +85 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/BachGavotteShort.mp3 +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/Carroll_AliceAuPaysDesMerveilles.pdf +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/adivorciarsetoca00cape.pdf +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/hugo.png +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/movieselectricsheep-flock-244-32500-2.mp4 +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.md +85 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/button.en.md +16 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/button.fr.md +16 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/_index.en.md +45 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/_index.fr.md +45 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/_index.en.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/_index.fr.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.en.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.fr.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.en.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.fr.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.en.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.fr.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.en.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.fr.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/_index.en.md +11 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/_index.fr.md +11 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/test3.en.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/test3.fr.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-3/_index.en.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-3/_index.fr.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-4/_index.en.md +7 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-4/_index.fr.md +7 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/test.en.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/test.fr.md +6 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/expand.en.md +45 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/expand.fr.md +45 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/mermaid.en.md +283 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/mermaid.fr.md +283 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md +62 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.fr.md +62 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/siteparam.en.md +23 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/siteparam.fr.md +23 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/showcase.en.md +13 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/content/showcase.fr.md +14 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/layouts/partials/custom-footer.html +10 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/layouts/partials/logo.html +39 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/layouts/partials/menu-footer.html +14 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/layouts/shortcodes/ghcontributors.html +31 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/static/css/theme-mine.css +104 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.eot +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.svg +1 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.ttf +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.woff +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.woff2 +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/static/images/showcase/inteliver_docs.png +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/static/images/showcase/tat.png +0 -0
- data/docs-src/themes/hugo-theme-learn/exampleSite/static/images/showcase/tshark_dev.png +0 -0
- data/docs-src/themes/hugo-theme-learn/i18n/ar.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/i18n/de.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/i18n/en.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/i18n/es.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/i18n/fr.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/i18n/hi.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/i18n/id.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/i18n/ja.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/i18n/nl.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/i18n/pt.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/i18n/ru.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/i18n/tr.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/i18n/zh-cn.toml +26 -0
- data/docs-src/themes/hugo-theme-learn/images/screenshot.png +0 -0
- data/docs-src/themes/hugo-theme-learn/images/tn.png +0 -0
- data/docs-src/themes/hugo-theme-learn/layouts/404.html +56 -0
- data/docs-src/themes/hugo-theme-learn/layouts/_default/list.html +22 -0
- data/docs-src/themes/hugo-theme-learn/layouts/_default/single.html +12 -0
- data/docs-src/themes/hugo-theme-learn/layouts/index.html +31 -0
- data/docs-src/themes/hugo-theme-learn/layouts/index.json +12 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/custom-comments.html +3 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/custom-footer.html +5 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/custom-header.html +5 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/favicon.html +1 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/footer.html +77 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/header.html +111 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/logo.html +19 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/menu-footer.html +1 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/menu.html +151 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/meta.html +2 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/search.html +16 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/tags.html +7 -0
- data/docs-src/themes/hugo-theme-learn/layouts/partials/toc.html +5 -0
- data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/attachments.html +36 -0
- data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/button.html +14 -0
- data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/children.html +101 -0
- data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/expand.html +17 -0
- data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/mermaid.html +2 -0
- data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/notice.html +2 -0
- data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/ref.html +14 -0
- data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/relref.html +14 -0
- data/docs-src/themes/hugo-theme-learn/layouts/shortcodes/siteparam.html +7 -0
- data/docs-src/themes/hugo-theme-learn/netlify.toml +23 -0
- data/docs-src/themes/hugo-theme-learn/static/css/atom-one-dark-reasonable.css +77 -0
- data/docs-src/themes/hugo-theme-learn/static/css/auto-complete.css +47 -0
- data/docs-src/themes/hugo-theme-learn/static/css/featherlight.min.css +8 -0
- data/docs-src/themes/hugo-theme-learn/static/css/fontawesome-all.min.css +1 -0
- data/docs-src/themes/hugo-theme-learn/static/css/hugo-theme.css +254 -0
- data/docs-src/themes/hugo-theme-learn/static/css/hybrid.css +102 -0
- data/docs-src/themes/hugo-theme-learn/static/css/nucleus.css +615 -0
- data/docs-src/themes/hugo-theme-learn/static/css/perfect-scrollbar.min.css +2 -0
- data/docs-src/themes/hugo-theme-learn/static/css/tags.css +49 -0
- data/docs-src/themes/hugo-theme-learn/static/css/theme-blue.css +111 -0
- data/docs-src/themes/hugo-theme-learn/static/css/theme-green.css +111 -0
- data/docs-src/themes/hugo-theme-learn/static/css/theme-red.css +111 -0
- data/docs-src/themes/hugo-theme-learn/static/css/theme.css +1136 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Inconsolata.eot +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Inconsolata.svg +1 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Inconsolata.ttf +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Inconsolata.woff +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.eot +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.svg +1 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.ttf +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.woff +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.woff2 +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.eot +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.svg +1 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.ttf +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.woff +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.woff2 +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_200.eot +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_200.svg +1 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_200.ttf +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_200.woff +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_200.woff2 +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_300.eot +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_300.svg +1 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_300.ttf +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_300.woff +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_300.woff2 +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_500.eot +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_500.svg +1 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_500.ttf +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_500.woff +0 -0
- data/docs-src/themes/hugo-theme-learn/static/fonts/Work_Sans_500.woff2 +0 -0
- data/docs-src/themes/hugo-theme-learn/static/images/clippy.svg +1 -0
- data/docs-src/themes/hugo-theme-learn/static/images/favicon.png +0 -0
- data/docs-src/themes/hugo-theme-learn/static/images/gopher-404.jpg +0 -0
- data/docs-src/themes/hugo-theme-learn/static/js/auto-complete.js +3 -0
- data/docs-src/themes/hugo-theme-learn/static/js/clipboard.min.js +7 -0
- data/docs-src/themes/hugo-theme-learn/static/js/featherlight.min.js +9 -0
- data/docs-src/themes/hugo-theme-learn/static/js/highlight.pack.js +6 -0
- data/docs-src/themes/hugo-theme-learn/static/js/hugo-learn.js +94 -0
- data/docs-src/themes/hugo-theme-learn/static/js/jquery-3.3.1.min.js +2 -0
- data/docs-src/themes/hugo-theme-learn/static/js/jquery.sticky.js +288 -0
- data/docs-src/themes/hugo-theme-learn/static/js/learn.js +459 -0
- data/docs-src/themes/hugo-theme-learn/static/js/lunr.min.js +6 -0
- data/docs-src/themes/hugo-theme-learn/static/js/modernizr.custom-3.6.0.js +3 -0
- data/docs-src/themes/hugo-theme-learn/static/js/perfect-scrollbar.jquery.min.js +2 -0
- data/docs-src/themes/hugo-theme-learn/static/js/perfect-scrollbar.min.js +2 -0
- data/docs-src/themes/hugo-theme-learn/static/js/search.js +93 -0
- data/docs-src/themes/hugo-theme-learn/static/mermaid/mermaid.css +277 -0
- data/docs-src/themes/hugo-theme-learn/static/mermaid/mermaid.dark.css +278 -0
- data/docs-src/themes/hugo-theme-learn/static/mermaid/mermaid.forest.css +356 -0
- data/docs-src/themes/hugo-theme-learn/static/mermaid/mermaid.js +8 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-brands-400.eot +0 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-brands-400.svg +1 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-brands-400.ttf +0 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-brands-400.woff +0 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-brands-400.woff2 +0 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-regular-400.eot +0 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-regular-400.svg +1 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-regular-400.ttf +0 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-regular-400.woff +0 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-regular-400.woff2 +0 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-solid-900.eot +0 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-solid-900.svg +1 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-solid-900.ttf +0 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-solid-900.woff +0 -0
- data/docs-src/themes/hugo-theme-learn/static/webfonts/fa-solid-900.woff2 +0 -0
- data/docs-src/themes/hugo-theme-learn/theme.toml +21 -0
- data/docs-src/themes/hugo-theme-learn/wercker.yml +16 -0
- data/exe/rbcli +1 -0
- data/lib/rbcli/configuration/configurate_blocks/me.rb +5 -5
- data/lib/rbcli/engine/command.rb +3 -2
- data/lib/rbcli/util/deprecation_warning.rb +21 -4
- data/lib/rbcli/util/msg.rb +0 -1
- data/lib/rbcli/version.rb +1 -1
- data/lib/rbcli-tool/project.rb +6 -2
- data/rbcli.gemspec +12 -13
- data/skeletons/project/.rakeTasks +7 -0
- data/skeletons/project/Gemfile +1 -1
- data/skeletons/project/application/commands/scripts/script.sh +6 -1
- data/skeletons/project/config/general.rb +1 -1
- data/skeletons/project/exe/executable +1 -3
- data/skeletons/project/lib/lib.erb +9 -0
- data/skeletons/project/spec/spec_helper.rb +7 -7
- data/skeletons/project/spec/untitled_spec.rb +6 -6
- data/skeletons/project/untitled.gemspec +30 -30
- metadata +384 -98
- data/docs/assets/fonts/font-awesome.css +0 -4
- data/docs/assets/fonts/material-icons.css +0 -13
- data/docs/assets/fonts/specimen/FontAwesome.ttf +0 -0
- data/docs/assets/fonts/specimen/FontAwesome.woff +0 -0
- data/docs/assets/fonts/specimen/FontAwesome.woff2 +0 -0
- data/docs/assets/fonts/specimen/MaterialIcons-Regular.ttf +0 -0
- data/docs/assets/fonts/specimen/MaterialIcons-Regular.woff +0 -0
- data/docs/assets/fonts/specimen/MaterialIcons-Regular.woff2 +0 -0
- data/docs/assets/images/favicon.png +0 -0
- data/docs/assets/images/icons/bitbucket.1b09e088.svg +0 -20
- data/docs/assets/images/icons/github.f0b8504a.svg +0 -18
- data/docs/assets/images/icons/gitlab.6dd19c00.svg +0 -38
- data/docs/assets/javascripts/application.583bbe55.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.da.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.de.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.du.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.es.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.fi.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.fr.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.hu.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.it.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.jp.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.multi.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.no.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.pt.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.ro.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.ru.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.stemmer.support.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.sv.js +0 -1
- data/docs/assets/javascripts/lunr/lunr.tr.js +0 -1
- data/docs/assets/javascripts/lunr/tinyseg.js +0 -1
- data/docs/assets/javascripts/modernizr.1aa3b519.js +0 -1
- data/docs/assets/stylesheets/application-palette.22915126.css +0 -1176
- data/docs/assets/stylesheets/application.451f80e5.css +0 -2552
- data/docs/imported/quick_reference/index.html +0 -1120
- data/docs/search/search_index.json +0 -1
- data/docs/sitemap.xml.gz +0 -0
- data/docs-src/mkdocs.yml +0 -79
- data/skeletons/project/lib/.keep +0 -0
@@ -1,1128 +1,903 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en" class="js csstransforms3d">
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
+
<meta name="generator" content="Hugo 0.55.6" />
|
7
|
+
<meta name="description" content="">
|
1
8
|
|
2
9
|
|
10
|
+
<link rel="icon" href="/images/favicon.png" type="image/png">
|
3
11
|
|
12
|
+
<title> :: RBCli Documentation</title>
|
4
13
|
|
5
|
-
<!DOCTYPE html>
|
6
|
-
<html lang="en" class="no-js">
|
7
|
-
<head>
|
8
|
-
|
9
|
-
<meta charset="utf-8">
|
10
|
-
<meta name="viewport" content="width=device-width,initial-scale=1">
|
11
|
-
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
12
|
-
|
13
|
-
<meta name="description" content="Description">
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
<meta name="author" content="Andrew Khoury">
|
18
|
-
|
19
|
-
|
20
|
-
<meta name="lang:clipboard.copy" content="Copy to clipboard">
|
21
|
-
|
22
|
-
<meta name="lang:clipboard.copied" content="Copied to clipboard">
|
23
|
-
|
24
|
-
<meta name="lang:search.language" content="en">
|
25
|
-
|
26
|
-
<meta name="lang:search.pipeline.stopwords" content="True">
|
27
|
-
|
28
|
-
<meta name="lang:search.pipeline.trimmer" content="True">
|
29
|
-
|
30
|
-
<meta name="lang:search.result.none" content="No matching documents">
|
31
|
-
|
32
|
-
<meta name="lang:search.result.one" content="1 matching document">
|
33
|
-
|
34
|
-
<meta name="lang:search.result.other" content="# matching documents">
|
35
|
-
|
36
|
-
<meta name="lang:search.tokenizer" content="[\s\-]+">
|
37
|
-
|
38
|
-
<link rel="shortcut icon" href="../../assets/images/favicon.png">
|
39
|
-
<meta name="generator" content="mkdocs-1.0.3, mkdocs-material-3.0.4">
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
<title>Changelog - RBCli Documentation</title>
|
44
|
-
|
45
14
|
|
15
|
+
<link href="/css/nucleus.css?1561062557" rel="stylesheet">
|
16
|
+
<link href="/css/fontawesome-all.min.css?1561062557" rel="stylesheet">
|
17
|
+
<link href="/css/hybrid.css?1561062557" rel="stylesheet">
|
18
|
+
<link href="/css/featherlight.min.css?1561062557" rel="stylesheet">
|
19
|
+
<link href="/css/perfect-scrollbar.min.css?1561062557" rel="stylesheet">
|
20
|
+
<link href="/css/auto-complete.css?1561062557" rel="stylesheet">
|
21
|
+
<link href="/css/atom-one-dark-reasonable.css?1561062557" rel="stylesheet">
|
22
|
+
<link href="/css/theme.css?1561062557" rel="stylesheet">
|
23
|
+
<link href="/css/hugo-theme.css?1561062557" rel="stylesheet">
|
46
24
|
|
47
|
-
<link
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
<script src="../../assets/javascripts/modernizr.1aa3b519.js"></script>
|
25
|
+
<link href="/css/theme-blue.css?1561062557" rel="stylesheet">
|
53
26
|
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
27
|
+
|
28
|
+
<script src="/js/jquery-3.3.1.min.js?1561062557"></script>
|
29
|
+
|
30
|
+
<style>
|
31
|
+
:root #header + #content > #left > #rlblock_left{
|
32
|
+
display:none !important;
|
33
|
+
}
|
59
34
|
|
60
|
-
|
61
|
-
<link rel="stylesheet" href="../../assets/fonts/material-icons.css">
|
62
|
-
|
35
|
+
</style>
|
63
36
|
|
64
37
|
</head>
|
65
|
-
|
66
|
-
<
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
19-18.125 8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19
|
78
|
-
18.125-8.5 18.125 8.5 10.75 19 3.125 20.5zM360
|
79
|
-
304q0-30-17.25-51t-46.75-21q-10.25 0-48.75 5.25-17.75 2.75-39.25
|
80
|
-
2.75t-39.25-2.75q-38-5.25-48.75-5.25-29.5 0-46.75 21t-17.25 51q0 22 8
|
81
|
-
38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0
|
82
|
-
37.25-1.75t35-7.375 30.5-15 20.25-25.75 8-38.375zM416 260q0 51.75-15.25
|
83
|
-
82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5-41.75
|
84
|
-
1.125q-19.5 0-35.5-0.75t-36.875-3.125-38.125-7.5-34.25-12.875-30.25-20.25-21.5-28.75q-15.5-30.75-15.5-82.75
|
85
|
-
0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25
|
86
|
-
30.875q36.75-8.75 77.25-8.75 37 0 70 8 26.25-20.5
|
87
|
-
46.75-30.25t47.25-9.75q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34
|
88
|
-
99.5z" />
|
89
|
-
</svg>
|
90
|
-
|
91
|
-
</defs>
|
92
|
-
</svg>
|
93
|
-
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
|
94
|
-
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
|
95
|
-
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
|
38
|
+
<body class="" data-url="/imported/changelog/">
|
39
|
+
<nav id="sidebar" class="">
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
<div id="header-wrapper">
|
44
|
+
<div id="header">
|
45
|
+
<a id="logo" href="https://akhoury6.github.io" style="font-size: 40px">
|
46
|
+
<span class="fas fa-terminal"></span> 𝚁𝙱𝙲𝚕𝚒
|
47
|
+
</a>
|
48
|
+
|
49
|
+
</div>
|
96
50
|
|
97
|
-
|
98
|
-
|
99
|
-
|
51
|
+
<div class="searchbox">
|
52
|
+
<label for="search-by"><i class="fas fa-search"></i></label>
|
53
|
+
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
54
|
+
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<script type="text/javascript" src="/js/lunr.min.js?1561062557"></script>
|
58
|
+
<script type="text/javascript" src="/js/auto-complete.js?1561062557"></script>
|
59
|
+
<script type="text/javascript">
|
100
60
|
|
61
|
+
var baseurl = "https:\/\/akhoury6.github.io";
|
62
|
+
|
63
|
+
</script>
|
64
|
+
<script type="text/javascript" src="/js/search.js?1561062557"></script>
|
65
|
+
|
101
66
|
|
102
|
-
<header class="md-header" data-md-component="header">
|
103
|
-
<nav class="md-header-nav md-grid">
|
104
|
-
<div class="md-flex">
|
105
|
-
<div class="md-flex__cell md-flex__cell--shrink">
|
106
|
-
<a href="../.." title="RBCli Documentation" class="md-header-nav__button md-logo">
|
107
|
-
|
108
|
-
<i class="md-icon">devices</i>
|
109
|
-
|
110
|
-
</a>
|
111
|
-
</div>
|
112
|
-
<div class="md-flex__cell md-flex__cell--shrink">
|
113
|
-
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
|
114
|
-
</div>
|
115
|
-
<div class="md-flex__cell md-flex__cell--stretch">
|
116
|
-
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
117
|
-
|
118
|
-
|
119
|
-
<span class="md-header-nav__topic">
|
120
|
-
RBCli Documentation
|
121
|
-
</span>
|
122
|
-
<span class="md-header-nav__topic">
|
123
|
-
Changelog
|
124
|
-
</span>
|
125
|
-
|
126
|
-
|
127
|
-
</div>
|
128
|
-
</div>
|
129
|
-
<div class="md-flex__cell md-flex__cell--shrink">
|
130
|
-
|
131
|
-
|
132
|
-
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
133
|
-
|
134
|
-
<div class="md-search" data-md-component="search" role="dialog">
|
135
|
-
<label class="md-search__overlay" for="__search"></label>
|
136
|
-
<div class="md-search__inner" role="search">
|
137
|
-
<form class="md-search__form" name="search">
|
138
|
-
<input type="text" class="md-search__input" name="query" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active">
|
139
|
-
<label class="md-icon md-search__icon" for="__search"></label>
|
140
|
-
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">
|
141
|
-

|
142
|
-
</button>
|
143
|
-
</form>
|
144
|
-
<div class="md-search__output">
|
145
|
-
<div class="md-search__scrollwrap" data-md-scrollfix>
|
146
|
-
<div class="md-search-result" data-md-component="result">
|
147
|
-
<div class="md-search-result__meta">
|
148
|
-
Type to start searching
|
149
|
-
</div>
|
150
|
-
<ol class="md-search-result__list"></ol>
|
151
|
-
</div>
|
152
|
-
</div>
|
153
|
-
</div>
|
154
67
|
</div>
|
155
|
-
|
156
|
-
|
68
|
+
|
69
|
+
<div class="highlightable">
|
70
|
+
<ul class="topics">
|
71
|
+
|
157
72
|
|
158
|
-
|
159
|
-
|
160
|
-
<div class="md-flex__cell md-flex__cell--shrink">
|
161
|
-
<div class="md-header-nav__source">
|
162
|
-
|
73
|
+
|
74
|
+
|
163
75
|
|
164
76
|
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
<li data-nav-id="/quick_reference/" title="Quick Reference" class="dd-item
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
">
|
85
|
+
<a href="/quick_reference/">
|
86
|
+
Quick Reference
|
87
|
+
|
88
|
+
</a>
|
89
|
+
|
90
|
+
|
91
|
+
</li>
|
165
92
|
|
93
|
+
|
166
94
|
|
95
|
+
|
96
|
+
|
167
97
|
|
168
|
-
<a href="https://github.com/akhoury6/rbcli/" title="Go to repository" class="md-source" data-md-source="github">
|
169
|
-
|
170
|
-
<div class="md-source__icon">
|
171
|
-
<svg viewBox="0 0 24 24" width="24" height="24">
|
172
|
-
<use xlink:href="#__github" width="24" height="24"></use>
|
173
|
-
</svg>
|
174
|
-
</div>
|
175
|
-
|
176
|
-
<div class="md-source__repository">
|
177
|
-
GitHub
|
178
|
-
</div>
|
179
|
-
</a>
|
180
98
|
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
</div>
|
185
|
-
</nav>
|
186
|
-
</header>
|
99
|
+
|
100
|
+
|
187
101
|
|
188
|
-
<
|
189
|
-
|
102
|
+
<li data-nav-id="/tutorial/" title="Tutorial" class="dd-item
|
190
103
|
|
191
|
-
|
192
|
-
|
193
104
|
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
<nav class="md-tabs md-tabs--active" data-md-component="tabs">
|
198
|
-
<div class="md-tabs__inner md-grid">
|
199
|
-
<ul class="md-tabs__list">
|
200
|
-
|
201
105
|
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
106
|
+
">
|
107
|
+
<a href="/tutorial/">
|
108
|
+
Tutorial
|
109
|
+
|
206
110
|
</a>
|
207
|
-
|
208
|
-
</li>
|
209
|
-
|
210
111
|
|
211
|
-
|
212
112
|
|
113
|
+
<ul>
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
213
118
|
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
214
125
|
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
<
|
219
|
-
|
126
|
+
|
127
|
+
<li data-nav-id="/tutorial/10-getting_started/" title="Getting Started" class="dd-item ">
|
128
|
+
<a href="/tutorial/10-getting_started/">
|
129
|
+
<b>1. </b>Getting Started
|
130
|
+
|
220
131
|
</a>
|
221
|
-
|
222
132
|
</li>
|
133
|
+
|
223
134
|
|
135
|
+
|
224
136
|
|
225
|
-
|
226
|
-
|
227
|
-
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
228
144
|
|
229
|
-
|
230
|
-
|
231
|
-
<a href="
|
232
|
-
|
145
|
+
|
146
|
+
<li data-nav-id="/tutorial/20-project_layout/" title="The Project Layout" class="dd-item ">
|
147
|
+
<a href="/tutorial/20-project_layout/">
|
148
|
+
<b>2. </b>The Project Layout
|
149
|
+
|
233
150
|
</a>
|
234
|
-
|
235
151
|
</li>
|
152
|
+
|
236
153
|
|
154
|
+
|
237
155
|
|
238
|
-
|
239
|
-
|
240
|
-
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
|
241
163
|
|
242
|
-
|
243
|
-
|
244
|
-
<a href="
|
245
|
-
|
164
|
+
|
165
|
+
<li data-nav-id="/tutorial/30-your_first_command/" title="Your First Command" class="dd-item ">
|
166
|
+
<a href="/tutorial/30-your_first_command/">
|
167
|
+
<b>3. </b>Your First Command
|
168
|
+
|
246
169
|
</a>
|
247
|
-
|
248
170
|
</li>
|
171
|
+
|
249
172
|
|
173
|
+
|
250
174
|
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
</ul>
|
255
|
-
</div>
|
256
|
-
</nav>
|
257
|
-
|
258
|
-
<main class="md-main">
|
259
|
-
<div class="md-main__inner md-grid" data-md-component="container">
|
175
|
+
|
260
176
|
|
261
177
|
|
262
|
-
|
263
|
-
<div class="md-sidebar__scrollwrap">
|
264
|
-
<div class="md-sidebar__inner">
|
265
|
-
<nav class="md-nav md-nav--primary" data-md-level="0">
|
266
|
-
<label class="md-nav__title md-nav__title--site" for="__drawer">
|
267
|
-
<a href="../.." title="RBCli Documentation" class="md-nav__button md-logo">
|
268
|
-
|
269
|
-
<i class="md-icon">devices</i>
|
270
|
-
|
271
|
-
</a>
|
272
|
-
RBCli Documentation
|
273
|
-
</label>
|
274
|
-
|
275
|
-
<div class="md-nav__source">
|
276
|
-
|
178
|
+
|
277
179
|
|
278
180
|
|
181
|
+
|
279
182
|
|
280
|
-
|
281
|
-
|
282
|
-
<a href="https://github.com/akhoury6/rbcli/" title="Go to repository" class="md-source" data-md-source="github">
|
283
|
-
|
284
|
-
<div class="md-source__icon">
|
285
|
-
<svg viewBox="0 0 24 24" width="24" height="24">
|
286
|
-
<use xlink:href="#__github" width="24" height="24"></use>
|
287
|
-
</svg>
|
288
|
-
</div>
|
289
183
|
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
</
|
184
|
+
<li data-nav-id="/tutorial/40-options_parameters_and_arguments/" title="Options, Parameters, and Arguments" class="dd-item ">
|
185
|
+
<a href="/tutorial/40-options_parameters_and_arguments/">
|
186
|
+
<b>4. </b>Options, Parameters, and Arguments
|
187
|
+
|
188
|
+
</a>
|
189
|
+
</li>
|
190
|
+
|
296
191
|
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
192
|
+
|
302
193
|
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
|
303
198
|
|
304
|
-
<li class="md-nav__item">
|
305
|
-
<a href="../.." title="Home" class="md-nav__link">
|
306
|
-
Home
|
307
|
-
</a>
|
308
|
-
</li>
|
309
199
|
|
200
|
+
|
201
|
+
|
310
202
|
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
203
|
+
<li data-nav-id="/tutorial/50-publishing/" title="Publishing Your Application" class="dd-item ">
|
204
|
+
<a href="/tutorial/50-publishing/">
|
205
|
+
<b>5. </b>Publishing Your Application
|
206
|
+
|
207
|
+
</a>
|
208
|
+
</li>
|
209
|
+
|
210
|
+
|
211
|
+
|
315
212
|
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
213
|
+
|
214
|
+
|
215
|
+
|
216
|
+
</ul>
|
217
|
+
|
218
|
+
</li>
|
219
|
+
|
220
|
+
|
321
221
|
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
222
|
+
|
223
|
+
|
326
224
|
|
327
225
|
|
328
|
-
|
329
|
-
|
330
|
-
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-3" type="checkbox" id="nav-3">
|
226
|
+
|
227
|
+
|
331
228
|
|
332
|
-
<
|
333
|
-
Tutorial
|
334
|
-
</label>
|
335
|
-
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
|
336
|
-
<label class="md-nav__title" for="nav-3">
|
337
|
-
Tutorial
|
338
|
-
</label>
|
339
|
-
<ul class="md-nav__list" data-md-scrollfix>
|
229
|
+
<li data-nav-id="/advanced/" title="Advanced" class="dd-item
|
340
230
|
|
341
231
|
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
<li class="md-nav__item">
|
348
|
-
<a href="../../tutorial/10-getting_started/" title="Getting Started" class="md-nav__link">
|
349
|
-
Getting Started
|
350
|
-
</a>
|
351
|
-
</li>
|
352
|
-
|
353
232
|
|
233
|
+
">
|
234
|
+
<a href="/advanced/">
|
235
|
+
Advanced
|
354
236
|
|
237
|
+
</a>
|
238
|
+
|
239
|
+
|
240
|
+
<ul>
|
355
241
|
|
356
242
|
|
357
|
-
|
358
|
-
|
359
|
-
<li class="md-nav__item">
|
360
|
-
<a href="../../tutorial/20-project_layout/" title="The Project Layout" class="md-nav__link">
|
361
|
-
The Project Layout
|
362
|
-
</a>
|
363
|
-
</li>
|
364
|
-
|
365
|
-
|
366
243
|
|
367
244
|
|
245
|
+
|
368
246
|
|
247
|
+
|
248
|
+
|
369
249
|
|
370
250
|
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
<li data-nav-id="/advanced/automatic_updates/" title="Automatic Updates" class="dd-item ">
|
255
|
+
<a href="/advanced/automatic_updates/">
|
256
|
+
Automatic Updates
|
377
257
|
|
378
|
-
|
379
|
-
|
380
|
-
|
258
|
+
</a>
|
259
|
+
</li>
|
260
|
+
|
261
|
+
|
262
|
+
|
381
263
|
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
|
382
268
|
|
383
|
-
<li class="md-nav__item">
|
384
|
-
<a href="../../tutorial/40-options_parameters_and_arguments/" title="Options, Parameters, and Arguments" class="md-nav__link">
|
385
|
-
Options, Parameters, and Arguments
|
386
|
-
</a>
|
387
|
-
</li>
|
388
269
|
|
270
|
+
|
271
|
+
|
272
|
+
|
273
|
+
<li data-nav-id="/advanced/command_types/" title="Command Types" class="dd-item ">
|
274
|
+
<a href="/advanced/command_types/">
|
275
|
+
Command Types
|
389
276
|
|
390
|
-
|
391
|
-
|
392
|
-
|
277
|
+
</a>
|
278
|
+
</li>
|
279
|
+
|
280
|
+
|
281
|
+
|
393
282
|
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
394
287
|
|
395
|
-
<li class="md-nav__item">
|
396
|
-
<a href="../../tutorial/50-publishing/" title="Publishing and Distribution" class="md-nav__link">
|
397
|
-
Publishing and Distribution
|
398
|
-
</a>
|
399
|
-
</li>
|
400
288
|
|
289
|
+
|
290
|
+
|
291
|
+
|
292
|
+
<li data-nav-id="/advanced/distributed_state_locking/" title="Distributed State and Locking" class="dd-item ">
|
293
|
+
<a href="/advanced/distributed_state_locking/">
|
294
|
+
Distributed State and Locking
|
401
295
|
|
402
|
-
|
403
|
-
</
|
404
|
-
|
296
|
+
</a>
|
297
|
+
</li>
|
298
|
+
|
299
|
+
|
300
|
+
|
405
301
|
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
|
410
306
|
|
411
307
|
|
412
|
-
|
413
|
-
|
414
|
-
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-4" type="checkbox" id="nav-4">
|
308
|
+
|
309
|
+
|
415
310
|
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
|
420
|
-
<label class="md-nav__title" for="nav-4">
|
421
|
-
Advanced Features
|
422
|
-
</label>
|
423
|
-
<ul class="md-nav__list" data-md-scrollfix>
|
311
|
+
<li data-nav-id="/advanced/hooks/" title="Execution Hooks" class="dd-item ">
|
312
|
+
<a href="/advanced/hooks/">
|
313
|
+
Execution Hooks
|
424
314
|
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
<li class="md-nav__item">
|
432
|
-
<a href="../../advanced/command_types/" title="Command Types" class="md-nav__link">
|
433
|
-
Command Types
|
434
|
-
</a>
|
435
|
-
</li>
|
315
|
+
</a>
|
316
|
+
</li>
|
317
|
+
|
318
|
+
|
319
|
+
|
436
320
|
|
437
|
-
|
438
|
-
|
439
|
-
|
321
|
+
|
440
322
|
|
323
|
+
|
324
|
+
|
441
325
|
|
442
326
|
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
327
|
+
|
328
|
+
|
329
|
+
|
330
|
+
<li data-nav-id="/advanced/interactive_commands/" title="Interactive Commands" class="dd-item ">
|
331
|
+
<a href="/advanced/interactive_commands/">
|
332
|
+
Interactive Commands
|
449
333
|
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
<li class="md-nav__item">
|
456
|
-
<a href="../../advanced/hooks/" title="Hooks" class="md-nav__link">
|
457
|
-
Hooks
|
458
|
-
</a>
|
459
|
-
</li>
|
334
|
+
</a>
|
335
|
+
</li>
|
336
|
+
|
337
|
+
|
338
|
+
|
460
339
|
|
461
|
-
|
462
|
-
|
463
|
-
|
340
|
+
|
464
341
|
|
342
|
+
|
343
|
+
|
465
344
|
|
466
345
|
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
346
|
+
|
347
|
+
|
348
|
+
|
349
|
+
<li data-nav-id="/advanced/logging/" title="Logging" class="dd-item ">
|
350
|
+
<a href="/advanced/logging/">
|
351
|
+
Logging
|
473
352
|
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
<li class="md-nav__item">
|
480
|
-
<a href="../../advanced/automatic_updates/" title="Automatic Updates" class="md-nav__link">
|
481
|
-
Automatic Updates
|
482
|
-
</a>
|
483
|
-
</li>
|
353
|
+
</a>
|
354
|
+
</li>
|
355
|
+
|
356
|
+
|
357
|
+
|
484
358
|
|
485
|
-
|
486
|
-
|
487
|
-
|
359
|
+
|
488
360
|
|
361
|
+
|
362
|
+
|
489
363
|
|
490
364
|
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
365
|
+
|
366
|
+
|
367
|
+
|
368
|
+
<li data-nav-id="/advanced/remote_execution/" title="Remote Execution" class="dd-item ">
|
369
|
+
<a href="/advanced/remote_execution/">
|
370
|
+
Remote Execution
|
497
371
|
|
498
|
-
|
499
|
-
|
500
|
-
|
372
|
+
</a>
|
373
|
+
</li>
|
374
|
+
|
375
|
+
|
376
|
+
|
501
377
|
|
378
|
+
|
379
|
+
|
380
|
+
|
381
|
+
|
502
382
|
|
503
|
-
<li class="md-nav__item">
|
504
|
-
<a href="../../advanced/distributed_state_locking/" title="Distributed State Locking" class="md-nav__link">
|
505
|
-
Distributed State Locking
|
506
|
-
</a>
|
507
|
-
</li>
|
508
383
|
|
384
|
+
|
385
|
+
|
386
|
+
|
387
|
+
<li data-nav-id="/advanced/state_storage/" title="State Storage" class="dd-item ">
|
388
|
+
<a href="/advanced/state_storage/">
|
389
|
+
State Storage
|
509
390
|
|
510
|
-
|
511
|
-
|
512
|
-
|
391
|
+
</a>
|
392
|
+
</li>
|
393
|
+
|
394
|
+
|
395
|
+
|
513
396
|
|
397
|
+
|
398
|
+
|
399
|
+
|
400
|
+
|
514
401
|
|
515
|
-
<li class="md-nav__item">
|
516
|
-
<a href="../../advanced/remote_execution/" title="Remote Execution" class="md-nav__link">
|
517
|
-
Remote Execution
|
518
|
-
</a>
|
519
|
-
</li>
|
520
402
|
|
403
|
+
|
404
|
+
|
405
|
+
|
406
|
+
<li data-nav-id="/advanced/user_config_files/" title="User Configuration Files" class="dd-item ">
|
407
|
+
<a href="/advanced/user_config_files/">
|
408
|
+
User Configuration Files
|
521
409
|
|
410
|
+
</a>
|
411
|
+
</li>
|
412
|
+
|
413
|
+
|
414
|
+
|
415
|
+
|
416
|
+
|
522
417
|
|
418
|
+
|
419
|
+
</ul>
|
420
|
+
|
421
|
+
</li>
|
422
|
+
|
423
|
+
|
424
|
+
|
523
425
|
|
524
426
|
|
525
427
|
|
526
428
|
|
527
|
-
|
528
|
-
<a href="../../advanced/interactive_commands/" title="Interactive Commands" class="md-nav__link">
|
529
|
-
Interactive Commands
|
530
|
-
</a>
|
531
|
-
</li>
|
532
|
-
|
533
|
-
|
534
|
-
</ul>
|
535
|
-
</nav>
|
536
|
-
</li>
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
429
|
+
|
543
430
|
|
544
|
-
|
545
|
-
|
546
|
-
<li class="md-nav__item md-nav__item--active md-nav__item--nested">
|
547
431
|
|
548
|
-
|
549
|
-
|
550
|
-
<label class="md-nav__link" for="nav-5">
|
551
|
-
Development
|
552
|
-
</label>
|
553
|
-
<nav class="md-nav" data-md-component="collapsible" data-md-level="1">
|
554
|
-
<label class="md-nav__title" for="nav-5">
|
555
|
-
Development
|
556
|
-
</label>
|
557
|
-
<ul class="md-nav__list" data-md-scrollfix>
|
432
|
+
<li data-nav-id="/development/" title="Development" class="dd-item
|
558
433
|
|
559
434
|
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
<li class="md-nav__item">
|
566
|
-
<a href="../../development/contributing/" title="Contribution Guide" class="md-nav__link">
|
567
|
-
Contribution Guide
|
568
|
-
</a>
|
569
|
-
</li>
|
570
|
-
|
571
435
|
|
436
|
+
">
|
437
|
+
<a href="/development/">
|
438
|
+
Development
|
572
439
|
|
440
|
+
</a>
|
441
|
+
|
442
|
+
|
443
|
+
<ul>
|
573
444
|
|
574
445
|
|
575
|
-
|
576
|
-
|
577
|
-
<li class="md-nav__item">
|
578
|
-
<a href="../../development/license/" title="License Info" class="md-nav__link">
|
579
|
-
License Info
|
580
|
-
</a>
|
581
|
-
</li>
|
582
|
-
|
583
|
-
|
584
446
|
|
585
447
|
|
448
|
+
|
586
449
|
|
450
|
+
|
451
|
+
|
587
452
|
|
588
453
|
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
454
|
+
|
455
|
+
|
456
|
+
|
457
|
+
<li data-nav-id="/development/contributing/" title="Contribution Guide" class="dd-item ">
|
458
|
+
<a href="/development/contributing/">
|
459
|
+
Contribution Guide
|
595
460
|
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
461
|
+
</a>
|
462
|
+
</li>
|
463
|
+
|
600
464
|
|
465
|
+
|
601
466
|
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
|
602
471
|
|
603
|
-
|
604
|
-
|
605
|
-
<input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="__toc">
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
<label class="md-nav__link md-nav__link--active" for="__toc">
|
611
|
-
Changelog
|
612
|
-
</label>
|
613
|
-
|
614
|
-
<a href="./" title="Changelog" class="md-nav__link md-nav__link--active">
|
615
|
-
Changelog
|
616
|
-
</a>
|
617
|
-
|
618
|
-
|
619
|
-
<nav class="md-nav md-nav--secondary">
|
620
|
-
|
472
|
+
|
473
|
+
|
621
474
|
|
622
475
|
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
<ul class="md-nav__list" data-md-scrollfix>
|
627
|
-
|
628
|
-
<li class="md-nav__item">
|
629
|
-
<a href="#026-unreleased" title="0.2.6 (UNRELEASED)" class="md-nav__link">
|
630
|
-
0.2.6 (UNRELEASED)
|
631
|
-
</a>
|
632
|
-
|
633
|
-
<nav class="md-nav">
|
634
|
-
<ul class="md-nav__list">
|
476
|
+
<li data-nav-id="/development/license/" title="License Info" class="dd-item ">
|
477
|
+
<a href="/development/license/">
|
478
|
+
License Info
|
635
479
|
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
</a>
|
480
|
+
</a>
|
481
|
+
</li>
|
482
|
+
|
640
483
|
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
484
|
+
|
485
|
+
|
486
|
+
|
487
|
+
|
488
|
+
|
489
|
+
|
490
|
+
|
491
|
+
|
492
|
+
|
647
493
|
|
648
|
-
|
494
|
+
|
495
|
+
<li data-nav-id="/development/code_of_conduct/" title="Code of Conduct" class="dd-item ">
|
496
|
+
<a href="/development/code_of_conduct/">
|
497
|
+
Code of Conduct
|
649
498
|
|
650
|
-
|
651
|
-
</
|
652
|
-
|
653
|
-
</li>
|
654
|
-
|
655
|
-
<li class="md-nav__item">
|
656
|
-
<a href="#025-oct-8-2018" title="0.2.5 (Oct 8, 2018)" class="md-nav__link">
|
657
|
-
0.2.5 (Oct 8, 2018)
|
658
|
-
</a>
|
499
|
+
</a>
|
500
|
+
</li>
|
501
|
+
|
659
502
|
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
503
|
+
|
504
|
+
|
505
|
+
|
506
|
+
|
507
|
+
|
508
|
+
|
509
|
+
|
510
|
+
|
511
|
+
|
667
512
|
|
668
|
-
|
513
|
+
|
514
|
+
<li data-nav-id="/development/changelog/" title="Changelog" class="dd-item ">
|
515
|
+
<a href="/development/changelog/">
|
516
|
+
Changelog
|
669
517
|
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
</a>
|
518
|
+
</a>
|
519
|
+
</li>
|
520
|
+
|
674
521
|
|
675
|
-
|
522
|
+
|
523
|
+
|
524
|
+
|
525
|
+
|
676
526
|
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
</li>
|
681
|
-
|
682
|
-
<li class="md-nav__item">
|
683
|
-
<a href="#024-sep-4-2018" title="0.2.4 (Sep 4, 2018)" class="md-nav__link">
|
684
|
-
0.2.4 (Sep 4, 2018)
|
685
|
-
</a>
|
527
|
+
</ul>
|
528
|
+
|
529
|
+
</li>
|
686
530
|
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
531
|
+
|
532
|
+
|
533
|
+
|
534
|
+
|
535
|
+
|
536
|
+
|
537
|
+
|
693
538
|
|
694
|
-
|
695
|
-
|
539
|
+
|
540
|
+
<li data-nav-id="/whoami/" title="My Letter To You" class="dd-item
|
696
541
|
|
697
|
-
<li class="md-nav__item">
|
698
|
-
<a href="#features" title="Features" class="md-nav__link">
|
699
|
-
Features
|
700
|
-
</a>
|
701
|
-
|
702
|
-
</li>
|
703
542
|
|
704
|
-
<li class="md-nav__item">
|
705
|
-
<a href="#improvements_1" title="Improvements" class="md-nav__link">
|
706
|
-
Improvements
|
707
|
-
</a>
|
708
|
-
|
709
|
-
</li>
|
710
543
|
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
544
|
+
">
|
545
|
+
<a href="/whoami/">
|
546
|
+
My Letter To You
|
547
|
+
|
548
|
+
</a>
|
715
549
|
|
716
|
-
|
717
|
-
|
718
|
-
0.2.2 (Aug 22, 2018)
|
719
|
-
</a>
|
720
|
-
|
721
|
-
<nav class="md-nav">
|
722
|
-
<ul class="md-nav__list">
|
723
|
-
|
724
|
-
<li class="md-nav__item">
|
725
|
-
<a href="#features_1" title="Features" class="md-nav__link">
|
726
|
-
Features
|
727
|
-
</a>
|
728
|
-
|
729
|
-
</li>
|
730
|
-
|
731
|
-
<li class="md-nav__item">
|
732
|
-
<a href="#bugfixes_2" title="Bugfixes" class="md-nav__link">
|
733
|
-
Bugfixes
|
734
|
-
</a>
|
550
|
+
|
551
|
+
</li>
|
735
552
|
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
553
|
+
|
554
|
+
|
555
|
+
|
556
|
+
|
557
|
+
|
558
|
+
|
559
|
+
|
742
560
|
|
743
|
-
|
561
|
+
|
562
|
+
<li data-nav-id="/imported/" title="Importeds" class="dd-item
|
563
|
+
parent
|
744
564
|
|
745
|
-
<li class="md-nav__item">
|
746
|
-
<a href="#deprecationschanges" title="Deprecations/Changes" class="md-nav__link">
|
747
|
-
Deprecations/Changes
|
748
|
-
</a>
|
749
|
-
|
750
|
-
</li>
|
751
565
|
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
566
|
+
">
|
567
|
+
<a href="/imported/">
|
568
|
+
Importeds
|
569
|
+
|
570
|
+
</a>
|
756
571
|
|
757
|
-
<li class="md-nav__item">
|
758
|
-
<a href="#021-aug-8-2018" title="0.2.1 (Aug 8, 2018)" class="md-nav__link">
|
759
|
-
0.2.1 (Aug 8, 2018)
|
760
|
-
</a>
|
761
|
-
|
762
|
-
<nav class="md-nav">
|
763
|
-
<ul class="md-nav__list">
|
764
|
-
|
765
|
-
<li class="md-nav__item">
|
766
|
-
<a href="#features_2" title="Features" class="md-nav__link">
|
767
|
-
Features
|
768
|
-
</a>
|
769
|
-
|
770
|
-
</li>
|
771
|
-
|
772
|
-
<li class="md-nav__item">
|
773
|
-
<a href="#bugfixes_3" title="Bugfixes" class="md-nav__link">
|
774
|
-
Bugfixes
|
775
|
-
</a>
|
776
|
-
|
777
|
-
</li>
|
778
|
-
|
779
|
-
</ul>
|
780
|
-
</nav>
|
781
|
-
|
782
|
-
</li>
|
783
572
|
|
784
|
-
<
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
<nav class="md-nav">
|
790
|
-
<ul class="md-nav__list">
|
791
|
-
|
792
|
-
<li class="md-nav__item">
|
793
|
-
<a href="#features_3" title="Features" class="md-nav__link">
|
794
|
-
Features
|
795
|
-
</a>
|
796
|
-
|
797
|
-
</li>
|
573
|
+
<ul>
|
574
|
+
|
575
|
+
|
576
|
+
|
577
|
+
|
798
578
|
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
579
|
+
|
580
|
+
|
581
|
+
|
582
|
+
|
583
|
+
|
584
|
+
|
803
585
|
|
804
|
-
|
586
|
+
|
587
|
+
<li data-nav-id="/imported/changelog/" title="" class="dd-item active">
|
588
|
+
<a href="/imported/changelog/">
|
805
589
|
|
806
|
-
<li class="md-nav__item">
|
807
|
-
<a href="#improvements_3" title="Improvements" class="md-nav__link">
|
808
|
-
Improvements
|
809
|
-
</a>
|
810
|
-
|
811
|
-
</li>
|
812
590
|
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
</a>
|
591
|
+
</a>
|
592
|
+
</li>
|
593
|
+
|
817
594
|
|
818
|
-
|
595
|
+
|
596
|
+
|
597
|
+
|
598
|
+
|
819
599
|
|
820
|
-
|
821
|
-
|
600
|
+
</ul>
|
601
|
+
|
602
|
+
</li>
|
822
603
|
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
604
|
+
|
605
|
+
|
606
|
+
|
607
|
+
|
829
608
|
</ul>
|
830
|
-
|
831
|
-
</nav>
|
832
|
-
|
833
|
-
</li>
|
834
609
|
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
610
|
+
|
611
|
+
|
612
|
+
<section id="shortcuts">
|
613
|
+
<h3>More</h3>
|
614
|
+
<ul>
|
615
|
+
|
616
|
+
<li>
|
617
|
+
<a class="padding" href="https://github.com/akhoury6/rbcli"><i class='fab fa-github'></i> Github repo</a>
|
618
|
+
</li>
|
619
|
+
|
620
|
+
<li>
|
621
|
+
<a class="padding" href="https://rubygems.org/gems/rbcli"><i class='far fa-gem'></i> Rubygems</a>
|
622
|
+
</li>
|
623
|
+
|
624
|
+
<li>
|
625
|
+
<a class="padding" href="https://akhoury6.github.io/credits"><i class='fas fa-bullhorn'></i> Credits</a>
|
626
|
+
</li>
|
627
|
+
|
628
|
+
</ul>
|
629
|
+
</section>
|
630
|
+
|
839
631
|
|
840
632
|
|
841
|
-
|
842
|
-
|
843
|
-
|
633
|
+
<section id="footer">
|
634
|
+
<p>Built with <a href="https://github.com/matcornic/hugo-theme-learn"><i class="fas fa-heart"></i></a> from <a href="https://getgrav.org">Grav</a> and <a href="https://gohugo.io/">Hugo</a></p>
|
844
635
|
|
636
|
+
</section>
|
637
|
+
</div>
|
638
|
+
</nav>
|
845
639
|
|
846
|
-
<li class="md-nav__item">
|
847
|
-
<a href="../../whoami/" title="whoami" class="md-nav__link">
|
848
|
-
whoami
|
849
|
-
</a>
|
850
|
-
</li>
|
851
640
|
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
641
|
+
|
642
|
+
|
643
|
+
|
644
|
+
<section id="body">
|
645
|
+
<div id="overlay"></div>
|
646
|
+
<div class="padding highlightable">
|
647
|
+
|
648
|
+
<div>
|
649
|
+
<div id="top-bar">
|
650
|
+
|
651
|
+
|
652
|
+
<div id="breadcrumbs" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
|
653
|
+
<span id="sidebar-toggle-span">
|
654
|
+
<a href="#" id="sidebar-toggle" data-sidebar-toggle="">
|
655
|
+
<i class="fas fa-bars"></i>
|
656
|
+
</a>
|
657
|
+
</span>
|
658
|
+
|
659
|
+
<span id="toc-menu"><i class="fas fa-list-alt"></i></span>
|
660
|
+
|
661
|
+
<span class="links">
|
662
|
+
|
663
|
+
|
664
|
+
|
665
|
+
|
666
|
+
|
858
667
|
|
859
668
|
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
<li class="md-nav__item">
|
874
|
-
<a href="#026-unreleased" title="0.2.6 (UNRELEASED)" class="md-nav__link">
|
875
|
-
0.2.6 (UNRELEASED)
|
876
|
-
</a>
|
877
|
-
|
878
|
-
<nav class="md-nav">
|
879
|
-
<ul class="md-nav__list">
|
880
|
-
|
881
|
-
<li class="md-nav__item">
|
882
|
-
<a href="#bugfixes" title="Bugfixes" class="md-nav__link">
|
883
|
-
Bugfixes
|
884
|
-
</a>
|
885
|
-
|
886
|
-
</li>
|
887
|
-
|
888
|
-
<li class="md-nav__item">
|
889
|
-
<a href="#changes" title="Changes" class="md-nav__link">
|
890
|
-
Changes
|
891
|
-
</a>
|
892
|
-
|
893
|
-
</li>
|
894
|
-
|
895
|
-
</ul>
|
896
|
-
</nav>
|
897
|
-
|
898
|
-
</li>
|
899
|
-
|
900
|
-
<li class="md-nav__item">
|
901
|
-
<a href="#025-oct-8-2018" title="0.2.5 (Oct 8, 2018)" class="md-nav__link">
|
902
|
-
0.2.5 (Oct 8, 2018)
|
903
|
-
</a>
|
904
|
-
|
905
|
-
<nav class="md-nav">
|
906
|
-
<ul class="md-nav__list">
|
907
|
-
|
908
|
-
<li class="md-nav__item">
|
909
|
-
<a href="#improvements" title="Improvements" class="md-nav__link">
|
910
|
-
Improvements
|
911
|
-
</a>
|
912
|
-
|
913
|
-
</li>
|
914
|
-
|
915
|
-
<li class="md-nav__item">
|
916
|
-
<a href="#bugfixes_1" title="Bugfixes" class="md-nav__link">
|
917
|
-
Bugfixes
|
918
|
-
</a>
|
919
|
-
|
920
|
-
</li>
|
921
|
-
|
922
|
-
</ul>
|
923
|
-
</nav>
|
924
|
-
|
925
|
-
</li>
|
926
|
-
|
927
|
-
<li class="md-nav__item">
|
928
|
-
<a href="#024-sep-4-2018" title="0.2.4 (Sep 4, 2018)" class="md-nav__link">
|
929
|
-
0.2.4 (Sep 4, 2018)
|
930
|
-
</a>
|
931
|
-
|
932
|
-
</li>
|
933
|
-
|
934
|
-
<li class="md-nav__item">
|
935
|
-
<a href="#023-sep-4-2018" title="0.2.3 (Sep 4, 2018)" class="md-nav__link">
|
936
|
-
0.2.3 (Sep 4, 2018)
|
937
|
-
</a>
|
938
|
-
|
939
|
-
<nav class="md-nav">
|
940
|
-
<ul class="md-nav__list">
|
941
|
-
|
942
|
-
<li class="md-nav__item">
|
943
|
-
<a href="#features" title="Features" class="md-nav__link">
|
944
|
-
Features
|
945
|
-
</a>
|
946
|
-
|
947
|
-
</li>
|
948
|
-
|
949
|
-
<li class="md-nav__item">
|
950
|
-
<a href="#improvements_1" title="Improvements" class="md-nav__link">
|
951
|
-
Improvements
|
952
|
-
</a>
|
953
|
-
|
954
|
-
</li>
|
955
|
-
|
956
|
-
</ul>
|
957
|
-
</nav>
|
958
|
-
|
959
|
-
</li>
|
960
|
-
|
961
|
-
<li class="md-nav__item">
|
962
|
-
<a href="#022-aug-22-2018" title="0.2.2 (Aug 22, 2018)" class="md-nav__link">
|
963
|
-
0.2.2 (Aug 22, 2018)
|
964
|
-
</a>
|
965
|
-
|
966
|
-
<nav class="md-nav">
|
967
|
-
<ul class="md-nav__list">
|
968
|
-
|
969
|
-
<li class="md-nav__item">
|
970
|
-
<a href="#features_1" title="Features" class="md-nav__link">
|
971
|
-
Features
|
972
|
-
</a>
|
973
|
-
|
974
|
-
</li>
|
975
|
-
|
976
|
-
<li class="md-nav__item">
|
977
|
-
<a href="#bugfixes_2" title="Bugfixes" class="md-nav__link">
|
978
|
-
Bugfixes
|
979
|
-
</a>
|
980
|
-
|
981
|
-
</li>
|
982
|
-
|
983
|
-
<li class="md-nav__item">
|
984
|
-
<a href="#improvements_2" title="Improvements" class="md-nav__link">
|
985
|
-
Improvements
|
986
|
-
</a>
|
987
|
-
|
988
|
-
</li>
|
989
|
-
|
990
|
-
<li class="md-nav__item">
|
991
|
-
<a href="#deprecationschanges" title="Deprecations/Changes" class="md-nav__link">
|
992
|
-
Deprecations/Changes
|
993
|
-
</a>
|
994
|
-
|
995
|
-
</li>
|
996
|
-
|
997
|
-
</ul>
|
998
|
-
</nav>
|
999
|
-
|
1000
|
-
</li>
|
1001
|
-
|
1002
|
-
<li class="md-nav__item">
|
1003
|
-
<a href="#021-aug-8-2018" title="0.2.1 (Aug 8, 2018)" class="md-nav__link">
|
1004
|
-
0.2.1 (Aug 8, 2018)
|
1005
|
-
</a>
|
1006
|
-
|
1007
|
-
<nav class="md-nav">
|
1008
|
-
<ul class="md-nav__list">
|
1009
|
-
|
1010
|
-
<li class="md-nav__item">
|
1011
|
-
<a href="#features_2" title="Features" class="md-nav__link">
|
1012
|
-
Features
|
1013
|
-
</a>
|
1014
|
-
|
1015
|
-
</li>
|
1016
|
-
|
1017
|
-
<li class="md-nav__item">
|
1018
|
-
<a href="#bugfixes_3" title="Bugfixes" class="md-nav__link">
|
1019
|
-
Bugfixes
|
1020
|
-
</a>
|
1021
|
-
|
1022
|
-
</li>
|
1023
|
-
|
1024
|
-
</ul>
|
1025
|
-
</nav>
|
1026
|
-
|
1027
|
-
</li>
|
1028
|
-
|
1029
|
-
<li class="md-nav__item">
|
1030
|
-
<a href="#020-aug-5-2018" title="0.2.0 (Aug 5, 2018)" class="md-nav__link">
|
1031
|
-
0.2.0 (Aug 5, 2018)
|
1032
|
-
</a>
|
1033
|
-
|
1034
|
-
<nav class="md-nav">
|
1035
|
-
<ul class="md-nav__list">
|
1036
|
-
|
1037
|
-
<li class="md-nav__item">
|
1038
|
-
<a href="#features_3" title="Features" class="md-nav__link">
|
1039
|
-
Features
|
1040
|
-
</a>
|
1041
|
-
|
1042
|
-
</li>
|
1043
|
-
|
1044
|
-
<li class="md-nav__item">
|
1045
|
-
<a href="#bugfixes_4" title="Bugfixes" class="md-nav__link">
|
1046
|
-
Bugfixes
|
1047
|
-
</a>
|
1048
|
-
|
1049
|
-
</li>
|
1050
|
-
|
1051
|
-
<li class="md-nav__item">
|
1052
|
-
<a href="#improvements_3" title="Improvements" class="md-nav__link">
|
1053
|
-
Improvements
|
1054
|
-
</a>
|
1055
|
-
|
1056
|
-
</li>
|
1057
|
-
|
1058
|
-
<li class="md-nav__item">
|
1059
|
-
<a href="#deprecationschanges_1" title="Deprecations/Changes" class="md-nav__link">
|
1060
|
-
Deprecations/Changes
|
1061
|
-
</a>
|
1062
|
-
|
1063
|
-
</li>
|
669
|
+
|
670
|
+
|
671
|
+
|
672
|
+
|
673
|
+
|
674
|
+
|
675
|
+
<a href='/'></a> > <a href='/imported/'>Importeds</a> >
|
676
|
+
|
677
|
+
|
678
|
+
|
679
|
+
|
680
|
+
|
1064
681
|
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
</li>
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
</ul>
|
1075
|
-
|
1076
|
-
</nav>
|
1077
|
-
</div>
|
682
|
+
|
683
|
+
</span>
|
1078
684
|
</div>
|
685
|
+
|
686
|
+
<div class="progress">
|
687
|
+
<div class="wrapper">
|
688
|
+
<nav id="TableOfContents">
|
689
|
+
<ul>
|
690
|
+
<li><a href="#changelog">Changelog</a>
|
691
|
+
<ul>
|
692
|
+
<li><a href="#0-2-12-unreleased">0.2.12 (Unreleased)</a>
|
693
|
+
<ul>
|
694
|
+
<li><a href="#improvements">Improvements</a></li>
|
695
|
+
<li><a href="#features">Features</a></li>
|
696
|
+
</ul></li>
|
697
|
+
<li><a href="#0-2-11-feb-27-2019">0.2.11 (Feb 27, 2019)</a>
|
698
|
+
<ul>
|
699
|
+
<li><a href="#improvements-1">Improvements</a></li>
|
700
|
+
<li><a href="#bugfixes">Bugfixes</a></li>
|
701
|
+
</ul></li>
|
702
|
+
<li><a href="#0-2-8-nov-7-2018">0.2.8 (Nov 7, 2018)</a>
|
703
|
+
<ul>
|
704
|
+
<li><a href="#features-1">Features</a></li>
|
705
|
+
<li><a href="#improvements-2">Improvements</a></li>
|
706
|
+
<li><a href="#bugfixes-1">Bugfixes</a></li>
|
707
|
+
<li><a href="#changes">Changes</a></li>
|
708
|
+
</ul></li>
|
709
|
+
<li><a href="#0-2-7-oct-17-2018">0.2.7 (Oct 17, 2018)</a>
|
710
|
+
<ul>
|
711
|
+
<li><a href="#improvements-3">Improvements</a></li>
|
712
|
+
<li><a href="#bugfixes-2">Bugfixes</a></li>
|
713
|
+
<li><a href="#changes-1">Changes</a></li>
|
714
|
+
</ul></li>
|
715
|
+
<li><a href="#0-2-5-oct-8-2018">0.2.5 (Oct 8, 2018)</a>
|
716
|
+
<ul>
|
717
|
+
<li><a href="#improvements-4">Improvements</a></li>
|
718
|
+
<li><a href="#bugfixes-3">Bugfixes</a></li>
|
719
|
+
</ul></li>
|
720
|
+
<li><a href="#0-2-4-sep-4-2018">0.2.4 (Sep 4, 2018)</a></li>
|
721
|
+
<li><a href="#0-2-3-sep-4-2018">0.2.3 (Sep 4, 2018)</a>
|
722
|
+
<ul>
|
723
|
+
<li><a href="#features-2">Features</a></li>
|
724
|
+
<li><a href="#improvements-5">Improvements</a></li>
|
725
|
+
</ul></li>
|
726
|
+
<li><a href="#0-2-2-aug-22-2018">0.2.2 (Aug 22, 2018)</a>
|
727
|
+
<ul>
|
728
|
+
<li><a href="#features-3">Features</a></li>
|
729
|
+
<li><a href="#bugfixes-4">Bugfixes</a></li>
|
730
|
+
<li><a href="#improvements-6">Improvements</a></li>
|
731
|
+
<li><a href="#deprecations-changes">Deprecations/Changes</a></li>
|
732
|
+
</ul></li>
|
733
|
+
<li><a href="#0-2-1-aug-8-2018">0.2.1 (Aug 8, 2018)</a>
|
734
|
+
<ul>
|
735
|
+
<li><a href="#features-4">Features</a></li>
|
736
|
+
<li><a href="#bugfixes-5">Bugfixes</a></li>
|
737
|
+
</ul></li>
|
738
|
+
<li><a href="#0-2-0-aug-5-2018">0.2.0 (Aug 5, 2018)</a>
|
739
|
+
<ul>
|
740
|
+
<li><a href="#features-5">Features</a></li>
|
741
|
+
<li><a href="#bugfixes-6">Bugfixes</a></li>
|
742
|
+
<li><a href="#improvements-7">Improvements</a></li>
|
743
|
+
<li><a href="#deprecations-changes-1">Deprecations/Changes</a></li>
|
744
|
+
</ul></li>
|
745
|
+
</ul></li>
|
746
|
+
</ul>
|
747
|
+
</nav>
|
748
|
+
</div>
|
749
|
+
</div>
|
750
|
+
|
751
|
+
|
1079
752
|
</div>
|
753
|
+
</div>
|
1080
754
|
|
755
|
+
<div id="head-tags">
|
756
|
+
|
757
|
+
</div>
|
758
|
+
|
759
|
+
<div id="body-inner">
|
1081
760
|
|
1082
|
-
|
1083
|
-
<article class="md-content__inner md-typeset">
|
761
|
+
<h1>
|
1084
762
|
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
763
|
+
|
764
|
+
</h1>
|
765
|
+
|
766
|
+
|
767
|
+
|
768
|
+
|
769
|
+
|
770
|
+
|
771
|
+
|
772
|
+
|
773
|
+
<h1 id="changelog">Changelog</h1>
|
774
|
+
|
775
|
+
<h2 id="0-2-12-unreleased">0.2.12 (Unreleased)</h2>
|
776
|
+
|
777
|
+
<h3 id="improvements">Improvements</h3>
|
778
|
+
|
779
|
+
<ul>
|
780
|
+
<li>The base project skeleton now includes an improved structure for the <code>lib/</code> folder</li>
|
781
|
+
</ul>
|
782
|
+
|
783
|
+
<h3 id="features">Features</h3>
|
784
|
+
|
785
|
+
<ul>
|
786
|
+
<li>Development mode can be enabled by setting the environment variables: <code>RBCLI_ENV=development</code> and <code>RBCLI_DEVPATH=[path to local Rbcli folder]</code> to simplify changes to Rbcli during development. Combined with setting <code>alias rbcli='/path/to/rbcli/exe/rbcli'</code>, gem installation is not required for development work</li>
|
787
|
+
</ul>
|
788
|
+
|
789
|
+
<h2 id="0-2-11-feb-27-2019">0.2.11 (Feb 27, 2019)</h2>
|
790
|
+
|
791
|
+
<h3 id="improvements-1">Improvements</h3>
|
792
|
+
|
793
|
+
<ul>
|
794
|
+
<li>Updated the dependent gem verions to use the latest available versions</li>
|
795
|
+
</ul>
|
796
|
+
|
1089
797
|
<h3 id="bugfixes">Bugfixes</h3>
|
1090
|
-
|
1091
|
-
|
798
|
+
|
799
|
+
<ul>
|
800
|
+
<li>Fixed the nested triggers of the message I/O system</li>
|
801
|
+
</ul>
|
802
|
+
|
803
|
+
<h2 id="0-2-8-nov-7-2018">0.2.8 (Nov 7, 2018)</h2>
|
804
|
+
|
805
|
+
<h3 id="features-1">Features</h3>
|
806
|
+
|
807
|
+
<ul>
|
808
|
+
<li>Added a standardized message I/O system</li>
|
809
|
+
</ul>
|
810
|
+
|
811
|
+
<h3 id="improvements-2">Improvements</h3>
|
812
|
+
|
813
|
+
<ul>
|
814
|
+
<li>Enabled the safe usage of anchors in YAML config files</li>
|
815
|
+
<li>Improved the method of determining the script name to be more portable across OS’es</li>
|
816
|
+
</ul>
|
817
|
+
|
818
|
+
<h3 id="bugfixes-1">Bugfixes</h3>
|
819
|
+
|
820
|
+
<ul>
|
821
|
+
<li>Fixed an error which caused RBCli to crash when using <code>local_state</code></li>
|
822
|
+
<li>Fixed a bug which caused the <code>rbcli init</code> command to occassionally fail for mini and micro projects</li>
|
823
|
+
</ul>
|
824
|
+
|
1092
825
|
<h3 id="changes">Changes</h3>
|
1093
|
-
|
1094
|
-
|
1095
|
-
<
|
1096
|
-
|
826
|
+
|
827
|
+
<ul>
|
828
|
+
<li>Changed the <code>rbcli init</code> helptext to match the order of complexity of projects (standard -> mini -> micro)</li>
|
829
|
+
</ul>
|
830
|
+
|
831
|
+
<h2 id="0-2-7-oct-17-2018">0.2.7 (Oct 17, 2018)</h2>
|
832
|
+
|
833
|
+
<h3 id="improvements-3">Improvements</h3>
|
834
|
+
|
835
|
+
<ul>
|
836
|
+
<li>Added a dev mode for scripts that allows using a local RBCli copy instead of requiring the gem to be installed</li>
|
837
|
+
</ul>
|
838
|
+
|
839
|
+
<h3 id="bugfixes-2">Bugfixes</h3>
|
840
|
+
|
841
|
+
<ul>
|
842
|
+
<li>Fixed a bug that caused the rbcli tool not to detect project folders correctly.</li>
|
843
|
+
<li>Command parameter <code>prompt:</code> now works when <code>required</code> is set to <code>true</code>.</li>
|
844
|
+
</ul>
|
845
|
+
|
846
|
+
<h3 id="changes-1">Changes</h3>
|
847
|
+
|
848
|
+
<ul>
|
849
|
+
<li>The <code>rbcli init</code> command now initializes into the current working directory instead of creating a new one.</li>
|
850
|
+
<li>Fixed erroneous documentation about the ‘merge’ setting on userspace config.</li>
|
851
|
+
</ul>
|
852
|
+
|
853
|
+
<h2 id="0-2-5-oct-8-2018">0.2.5 (Oct 8, 2018)</h2>
|
854
|
+
|
855
|
+
<h3 id="improvements-4">Improvements</h3>
|
856
|
+
|
1097
857
|
<ul>
|
1098
858
|
<li>Added a useful error message when local or remote state is used but not initialized.</li>
|
1099
859
|
</ul>
|
1100
|
-
|
860
|
+
|
861
|
+
<h3 id="bugfixes-3">Bugfixes</h3>
|
862
|
+
|
1101
863
|
<ul>
|
1102
|
-
<li>Fixed a bug in the Github Updater where RBCli crashed when a version tag was not present in the repo
|
864
|
+
<li>Fixed a bug in the Github Updater where RBCli crashed when a version tag was not present in the repo.</li>
|
1103
865
|
<li>Fixed a bug where deleting a state key would crash Rbcli</li>
|
1104
866
|
<li>Fixed a bug where remote state crashed with certain configurations</li>
|
1105
867
|
</ul>
|
1106
|
-
|
868
|
+
|
869
|
+
<h2 id="0-2-4-sep-4-2018">0.2.4 (Sep 4, 2018)</h2>
|
870
|
+
|
1107
871
|
<ul>
|
1108
872
|
<li>This is a dummy release required to update the License in the Gemspec file. The license has not changed (GPLv3).</li>
|
1109
873
|
</ul>
|
1110
|
-
|
1111
|
-
<
|
874
|
+
|
875
|
+
<h2 id="0-2-3-sep-4-2018">0.2.3 (Sep 4, 2018)</h2>
|
876
|
+
|
877
|
+
<h3 id="features-2">Features</h3>
|
878
|
+
|
1112
879
|
<ul>
|
1113
|
-
<li>Interactive Commands
|
880
|
+
<li>Interactive Commands – Prompt the user for parameters with a given value</li>
|
1114
881
|
</ul>
|
1115
|
-
|
882
|
+
|
883
|
+
<h3 id="improvements-5">Improvements</h3>
|
884
|
+
|
1116
885
|
<ul>
|
1117
886
|
<li>Added documentation on logging</li>
|
1118
887
|
</ul>
|
1119
|
-
|
1120
|
-
<
|
1121
|
-
|
888
|
+
|
889
|
+
<h2 id="0-2-2-aug-22-2018">0.2.2 (Aug 22, 2018)</h2>
|
890
|
+
|
891
|
+
<h3 id="features-3">Features</h3>
|
892
|
+
|
893
|
+
<h3 id="bugfixes-4">Bugfixes</h3>
|
894
|
+
|
1122
895
|
<ul>
|
1123
|
-
<li>Fixed a bug that caused the logger
|
896
|
+
<li>Fixed a bug that caused the logger’s target and level not to be configured properly via the Configurate block.</li>
|
1124
897
|
</ul>
|
1125
|
-
|
898
|
+
|
899
|
+
<h3 id="improvements-6">Improvements</h3>
|
900
|
+
|
1126
901
|
<ul>
|
1127
902
|
<li>Lazy-loading has been implemented in optional modules such as autoupdates, remote storage, etc. This means that if you do not enable them in the code, they will not be loaded into memory. This significantly improves loding times for applications.</li>
|
1128
903
|
<li>Abstraction system created for configuration. This has significantly simplified the existing codebase and makes future development easier.</li>
|
@@ -1130,36 +905,50 @@ Fixed erroneous documentation about the 'merge' setting on userspace config.</p>
|
|
1130
905
|
<li>Folder structure has been simplified to ease development.</li>
|
1131
906
|
<li>Much of the code has been refactored.</li>
|
1132
907
|
</ul>
|
1133
|
-
|
908
|
+
|
909
|
+
<h3 id="deprecations-changes">Deprecations/Changes</h3>
|
910
|
+
|
1134
911
|
<ul>
|
1135
|
-
<li>The <code>Rbcli</code> module is now <code>RBCli</code> to better match the branding. The original <code>Rbcli</code> module will still work for this current release, with a warning, but future releases will require code changes
|
912
|
+
<li>The <code>Rbcli</code> module is now <code>RBCli</code> to better match the branding. The original <code>Rbcli</code> module will still work for this current release, with a warning, but future releases will require code changes.</li>
|
1136
913
|
<li>Hooks are now defined under the <code>RBCli.Configurate.hooks</code> block instead of <code>RBCli.Configurate.me</code>.</li>
|
1137
|
-
<li>The logger is now silent by default. To enable it, it must be configured either via the <code>Configurate</code> block or via the user
|
914
|
+
<li>The logger is now silent by default. To enable it, it must be configured either via the <code>Configurate</code> block or via the user’s config file.</li>
|
1138
915
|
</ul>
|
1139
|
-
|
1140
|
-
<
|
916
|
+
|
917
|
+
<h2 id="0-2-1-aug-8-2018">0.2.1 (Aug 8, 2018)</h2>
|
918
|
+
|
919
|
+
<h3 id="features-4">Features</h3>
|
920
|
+
|
1141
921
|
<ul>
|
1142
922
|
<li>Remote Execution added for Script and External commands</li>
|
1143
923
|
</ul>
|
1144
|
-
|
924
|
+
|
925
|
+
<h3 id="bugfixes-5">Bugfixes</h3>
|
926
|
+
|
1145
927
|
<ul>
|
1146
|
-
<li>Fixed a bug that caused RBCli to crash if a direct path mode script
|
928
|
+
<li>Fixed a bug that caused RBCli to crash if a direct path mode script’s environment variables were declared as symbols</li>
|
1147
929
|
</ul>
|
1148
|
-
|
1149
|
-
<
|
930
|
+
|
931
|
+
<h2 id="0-2-0-aug-5-2018">0.2.0 (Aug 5, 2018)</h2>
|
932
|
+
|
933
|
+
<h3 id="features-5">Features</h3>
|
934
|
+
|
1150
935
|
<ul>
|
1151
936
|
<li>CLI tool Autoupdate Enabled; when an upgrade to RBCli is detected, the RBCli CLI tool will notify the developer.</li>
|
1152
937
|
<li>Official documentation created and hosted with Github Pages</li>
|
1153
938
|
<li>RBCli released under GPLv3</li>
|
1154
939
|
<li>Copyright/License notice displayed via RBCli tool with <code>rbcli license</code> in accordance with GPLv3 guidelines</li>
|
1155
940
|
</ul>
|
1156
|
-
|
941
|
+
|
942
|
+
<h3 id="bugfixes-6">Bugfixes</h3>
|
943
|
+
|
1157
944
|
<ul>
|
1158
945
|
<li>Fixed version number loading for projects</li>
|
1159
946
|
<li>Cleaned up command usage help output</li>
|
1160
947
|
<li>Fixed script and external command generation</li>
|
1161
948
|
</ul>
|
1162
|
-
|
949
|
+
|
950
|
+
<h3 id="improvements-7">Improvements</h3>
|
951
|
+
|
1163
952
|
<ul>
|
1164
953
|
<li>A quick reference guide can now be found in README.md</li>
|
1165
954
|
<li>Autoupdate feature now allows supplying a custom message</li>
|
@@ -1170,92 +959,491 @@ Fixed erroneous documentation about the 'merge' setting on userspace config.</p>
|
|
1170
959
|
<li>Options and Parameters now allow specifying the letter to be used for the short version, or to disable it altogether</li>
|
1171
960
|
<li>Userspace config can now be disabled by setting the path to nil or removing the declaration</li>
|
1172
961
|
</ul>
|
1173
|
-
|
962
|
+
|
963
|
+
<h3 id="deprecations-changes-1">Deprecations/Changes</h3>
|
964
|
+
|
1174
965
|
<ul>
|
1175
966
|
<li>Removed deprecated and broken examples from the examples folder</li>
|
1176
967
|
</ul>
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
968
|
|
1184
969
|
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
970
|
+
<footer class=" footline" >
|
971
|
+
|
972
|
+
</footer>
|
973
|
+
|
974
|
+
|
1191
975
|
|
1192
|
-
|
1193
|
-
|
1194
|
-
<div class="md-footer-nav">
|
1195
|
-
<nav class="md-footer-nav__inner md-grid">
|
976
|
+
</div>
|
1196
977
|
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
|
1202
|
-
<span class="md-flex__ellipsis">
|
1203
|
-
<span class="md-footer-nav__direction">
|
1204
|
-
Previous
|
1205
|
-
</span>
|
1206
|
-
Code of Conduct
|
1207
|
-
</span>
|
1208
|
-
</div>
|
1209
|
-
</a>
|
978
|
+
|
979
|
+
</div>
|
980
|
+
|
981
|
+
<div id="navigation">
|
1210
982
|
|
1211
983
|
|
1212
|
-
<a href="../../whoami/" title="whoami" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next">
|
1213
|
-
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
|
1214
|
-
<span class="md-flex__ellipsis">
|
1215
|
-
<span class="md-footer-nav__direction">
|
1216
|
-
Next
|
1217
|
-
</span>
|
1218
|
-
whoami
|
1219
|
-
</span>
|
1220
|
-
</div>
|
1221
|
-
<div class="md-flex__cell md-flex__cell--shrink">
|
1222
|
-
<i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
|
1223
|
-
</div>
|
1224
|
-
</a>
|
1225
984
|
|
1226
|
-
</nav>
|
1227
|
-
</div>
|
1228
|
-
|
1229
|
-
<div class="md-footer-meta md-typeset">
|
1230
|
-
<div class="md-footer-meta__inner md-grid">
|
1231
|
-
<div class="md-footer-copyright">
|
1232
|
-
|
1233
|
-
<div class="md-footer-copyright__highlight">
|
1234
|
-
Copyright © 2018 Andrew Khoury
|
1235
|
-
</div>
|
1236
|
-
|
1237
|
-
powered by
|
1238
|
-
<a href="https://www.mkdocs.org">MkDocs</a>
|
1239
|
-
and
|
1240
|
-
<a href="https://squidfunk.github.io/mkdocs-material/">
|
1241
|
-
Material for MkDocs</a>
|
1242
|
-
</div>
|
1243
|
-
|
1244
985
|
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
|
1256
|
-
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
|
986
|
+
|
987
|
+
|
988
|
+
|
989
|
+
|
990
|
+
|
991
|
+
|
992
|
+
|
993
|
+
|
994
|
+
|
995
|
+
|
996
|
+
|
997
|
+
|
998
|
+
|
999
|
+
|
1000
|
+
|
1001
|
+
|
1002
|
+
|
1003
|
+
|
1004
|
+
|
1005
|
+
|
1006
|
+
|
1007
|
+
|
1008
|
+
|
1009
|
+
|
1010
|
+
|
1011
|
+
|
1012
|
+
|
1013
|
+
|
1014
|
+
|
1015
|
+
|
1016
|
+
|
1017
|
+
|
1018
|
+
|
1019
|
+
|
1020
|
+
|
1021
|
+
|
1022
|
+
|
1023
|
+
|
1024
|
+
|
1025
|
+
|
1026
|
+
|
1027
|
+
|
1028
|
+
|
1029
|
+
|
1030
|
+
|
1031
|
+
|
1032
|
+
|
1033
|
+
|
1034
|
+
|
1035
|
+
|
1036
|
+
|
1037
|
+
|
1038
|
+
|
1039
|
+
|
1040
|
+
|
1041
|
+
|
1042
|
+
|
1043
|
+
|
1044
|
+
|
1045
|
+
|
1046
|
+
|
1047
|
+
|
1048
|
+
|
1049
|
+
|
1050
|
+
|
1051
|
+
|
1052
|
+
|
1053
|
+
|
1054
|
+
|
1055
|
+
|
1056
|
+
|
1057
|
+
|
1058
|
+
|
1059
|
+
|
1060
|
+
|
1061
|
+
|
1062
|
+
|
1063
|
+
|
1064
|
+
|
1065
|
+
|
1066
|
+
|
1067
|
+
|
1068
|
+
|
1069
|
+
|
1070
|
+
|
1071
|
+
|
1072
|
+
|
1073
|
+
|
1074
|
+
|
1075
|
+
|
1076
|
+
|
1077
|
+
|
1078
|
+
|
1079
|
+
|
1080
|
+
|
1081
|
+
|
1082
|
+
|
1083
|
+
|
1084
|
+
|
1085
|
+
|
1086
|
+
|
1087
|
+
|
1088
|
+
|
1089
|
+
|
1090
|
+
|
1091
|
+
|
1092
|
+
|
1093
|
+
|
1094
|
+
|
1095
|
+
|
1096
|
+
|
1097
|
+
|
1098
|
+
|
1099
|
+
|
1100
|
+
|
1101
|
+
|
1102
|
+
|
1103
|
+
|
1104
|
+
|
1105
|
+
|
1106
|
+
|
1107
|
+
|
1108
|
+
|
1109
|
+
|
1110
|
+
|
1111
|
+
|
1112
|
+
|
1113
|
+
|
1114
|
+
|
1115
|
+
|
1116
|
+
|
1117
|
+
|
1118
|
+
|
1119
|
+
|
1120
|
+
|
1121
|
+
|
1122
|
+
|
1123
|
+
|
1124
|
+
|
1125
|
+
|
1126
|
+
|
1127
|
+
|
1128
|
+
|
1129
|
+
|
1130
|
+
|
1131
|
+
|
1132
|
+
|
1133
|
+
|
1134
|
+
|
1135
|
+
|
1136
|
+
|
1137
|
+
|
1138
|
+
|
1139
|
+
|
1140
|
+
|
1141
|
+
|
1142
|
+
|
1143
|
+
|
1144
|
+
|
1145
|
+
|
1146
|
+
|
1147
|
+
|
1148
|
+
|
1149
|
+
|
1150
|
+
|
1151
|
+
|
1152
|
+
|
1153
|
+
|
1154
|
+
|
1155
|
+
|
1156
|
+
|
1157
|
+
|
1158
|
+
|
1159
|
+
|
1160
|
+
|
1161
|
+
|
1162
|
+
|
1163
|
+
|
1164
|
+
|
1165
|
+
|
1166
|
+
|
1167
|
+
|
1168
|
+
|
1169
|
+
|
1170
|
+
|
1171
|
+
|
1172
|
+
|
1173
|
+
|
1174
|
+
|
1175
|
+
|
1176
|
+
|
1177
|
+
|
1178
|
+
|
1179
|
+
|
1180
|
+
|
1181
|
+
|
1182
|
+
|
1183
|
+
|
1184
|
+
|
1185
|
+
|
1186
|
+
|
1187
|
+
|
1188
|
+
|
1189
|
+
|
1190
|
+
|
1191
|
+
|
1192
|
+
|
1193
|
+
|
1194
|
+
|
1195
|
+
|
1196
|
+
|
1197
|
+
|
1198
|
+
|
1199
|
+
|
1200
|
+
|
1201
|
+
|
1202
|
+
|
1203
|
+
|
1204
|
+
|
1205
|
+
|
1206
|
+
|
1207
|
+
|
1208
|
+
|
1209
|
+
|
1210
|
+
|
1211
|
+
|
1212
|
+
|
1213
|
+
|
1214
|
+
|
1215
|
+
|
1216
|
+
|
1217
|
+
|
1218
|
+
|
1219
|
+
|
1220
|
+
|
1221
|
+
|
1222
|
+
|
1223
|
+
|
1224
|
+
|
1225
|
+
|
1226
|
+
|
1227
|
+
|
1228
|
+
|
1229
|
+
|
1230
|
+
|
1231
|
+
|
1232
|
+
|
1233
|
+
|
1234
|
+
|
1235
|
+
|
1236
|
+
|
1237
|
+
|
1238
|
+
|
1239
|
+
|
1240
|
+
|
1241
|
+
|
1242
|
+
|
1243
|
+
|
1244
|
+
|
1245
|
+
|
1246
|
+
|
1247
|
+
|
1248
|
+
|
1249
|
+
|
1250
|
+
|
1251
|
+
|
1252
|
+
|
1253
|
+
|
1254
|
+
|
1255
|
+
|
1256
|
+
|
1257
|
+
|
1258
|
+
|
1259
|
+
|
1260
|
+
|
1261
|
+
|
1262
|
+
|
1263
|
+
|
1264
|
+
|
1265
|
+
|
1266
|
+
|
1267
|
+
|
1268
|
+
|
1269
|
+
|
1270
|
+
|
1271
|
+
|
1272
|
+
|
1273
|
+
|
1274
|
+
|
1275
|
+
|
1276
|
+
|
1277
|
+
|
1278
|
+
|
1279
|
+
|
1280
|
+
|
1281
|
+
|
1282
|
+
|
1283
|
+
|
1284
|
+
|
1285
|
+
|
1286
|
+
|
1287
|
+
|
1288
|
+
|
1289
|
+
|
1290
|
+
|
1291
|
+
|
1292
|
+
|
1293
|
+
|
1294
|
+
|
1295
|
+
|
1296
|
+
|
1297
|
+
|
1298
|
+
|
1299
|
+
|
1300
|
+
|
1301
|
+
|
1302
|
+
|
1303
|
+
|
1304
|
+
|
1305
|
+
|
1306
|
+
|
1307
|
+
|
1308
|
+
|
1309
|
+
|
1310
|
+
|
1311
|
+
|
1312
|
+
|
1313
|
+
|
1314
|
+
|
1315
|
+
|
1316
|
+
|
1317
|
+
|
1318
|
+
|
1319
|
+
|
1320
|
+
|
1321
|
+
|
1322
|
+
|
1323
|
+
|
1324
|
+
|
1325
|
+
|
1326
|
+
|
1327
|
+
|
1328
|
+
|
1329
|
+
|
1330
|
+
|
1331
|
+
|
1332
|
+
|
1333
|
+
|
1334
|
+
|
1335
|
+
|
1336
|
+
|
1337
|
+
|
1338
|
+
|
1339
|
+
|
1340
|
+
|
1341
|
+
|
1342
|
+
|
1343
|
+
|
1344
|
+
|
1345
|
+
|
1346
|
+
|
1347
|
+
|
1348
|
+
|
1349
|
+
|
1350
|
+
|
1351
|
+
|
1352
|
+
|
1353
|
+
|
1354
|
+
|
1355
|
+
|
1356
|
+
|
1357
|
+
|
1358
|
+
|
1359
|
+
|
1360
|
+
|
1361
|
+
|
1362
|
+
|
1363
|
+
|
1364
|
+
|
1365
|
+
|
1366
|
+
|
1367
|
+
|
1368
|
+
|
1369
|
+
|
1370
|
+
|
1371
|
+
|
1372
|
+
|
1373
|
+
|
1374
|
+
|
1375
|
+
|
1376
|
+
|
1377
|
+
|
1378
|
+
|
1379
|
+
|
1380
|
+
|
1381
|
+
|
1382
|
+
|
1383
|
+
|
1384
|
+
|
1385
|
+
|
1386
|
+
|
1387
|
+
|
1388
|
+
|
1389
|
+
|
1390
|
+
|
1391
|
+
|
1392
|
+
|
1393
|
+
|
1394
|
+
|
1395
|
+
|
1396
|
+
|
1397
|
+
|
1398
|
+
|
1399
|
+
|
1400
|
+
|
1401
|
+
|
1402
|
+
|
1403
|
+
|
1404
|
+
|
1405
|
+
|
1406
|
+
|
1407
|
+
|
1408
|
+
|
1409
|
+
|
1410
|
+
|
1411
|
+
|
1412
|
+
|
1413
|
+
|
1414
|
+
|
1415
|
+
<a class="nav nav-prev" href="/imported/" title="Importeds"> <i class="fa fa-chevron-left"></i></a>
|
1416
|
+
|
1417
|
+
|
1418
|
+
<a class="nav nav-next" href="/quick_reference/" title="Quick Reference" style="margin-right: 0px;"><i class="fa fa-chevron-right"></i></a>
|
1419
|
+
|
1420
|
+
|
1421
|
+
</div>
|
1422
|
+
|
1423
|
+
</section>
|
1424
|
+
|
1425
|
+
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
|
1426
|
+
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
1427
|
+
</div>
|
1428
|
+
<script src="/js/clipboard.min.js?1561062558"></script>
|
1429
|
+
<script src="/js/perfect-scrollbar.min.js?1561062558"></script>
|
1430
|
+
<script src="/js/perfect-scrollbar.jquery.min.js?1561062558"></script>
|
1431
|
+
<script src="/js/jquery.sticky.js?1561062558"></script>
|
1432
|
+
<script src="/js/featherlight.min.js?1561062558"></script>
|
1433
|
+
<script src="/js/html5shiv-printshiv.min.js?1561062558"></script>
|
1434
|
+
<script src="/js/highlight.pack.js?1561062558"></script>
|
1435
|
+
<script>hljs.initHighlightingOnLoad();</script>
|
1436
|
+
<script src="/js/modernizr.custom-3.6.0.js?1561062558"></script>
|
1437
|
+
<script src="/js/learn.js?1561062558"></script>
|
1438
|
+
<script src="/js/hugo-learn.js?1561062558"></script>
|
1439
|
+
|
1440
|
+
<link href="/mermaid/mermaid.css?1561062558" rel="stylesheet" />
|
1441
|
+
<script src="/mermaid/mermaid.js?1561062558"></script>
|
1442
|
+
<script>
|
1443
|
+
mermaid.initialize({ startOnLoad: true });
|
1444
|
+
</script>
|
1445
|
+
|
1446
|
+
|
1447
|
+
</body>
|
1448
|
+
</html>
|
1449
|
+
|