nativescript
Version:
Command-line interface for building NativeScript projects
37 lines (28 loc) • 1.6 kB
Markdown
<% if (isJekyll) { %>---
title: ns autocomplete enable
position: 2
---<% } %>
Enables command-line completion for bash and zsh shells. You need to restart the shell to complete the operation.
<% if(isHtml) { %>> <% } %>NOTE: This operation might modify the `.bash_profile`, `.bashrc` and `.zshrc` files.
Usage | Synopsis
------|-------
General | `$ ns autocomplete enable`
<% if(isHtml) { %>
Command | Description
----------|----------
[ ](autocomplete.html) | Asks for confirmation if command line autocompletion should be enabled for bash and zsh.
[ ](autocomplete-status.html) | Prints the current status of your command-line completion settings.
[ ](autocomplete-disable.html) | Disables command-line completion for bash and zsh shells.
[ ](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
[ ](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
[ ](help.html) | Lists the available commands or shows information about the selected command.
[ ](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
[ ](proxy.html) | Displays proxy settings.
[ ](proxy-clear.html) | Clears proxy settings.
[ ](proxy-set.html) | Sets proxy settings.
[ ](update.html) | Updates the project with the latest versions of iOS/Android runtimes and cross-platform modules.
<% } %>