You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing tab auto-completes rendercv ren to rendercv rendercv instead of rendercv render. This is annoying since rendercv rendercv is not an actual command. I propose the command render be renamed to build, compile, or run in order to circumvent this.
For example, rendercv build, rendercv compile, and rendercv run.
The text was updated successfully, but these errors were encountered:
Auto-completion requires some other installation that I am not familiar with. Currently, we have no control over it; it's up to the terminal that users use. I will rename this issue so that someone can possibly implement auto-completion for the CLI.
sinaatalay
changed the title
Change CLI command from rendercv render to rendercv build
Implement auto-completion for the CLI
May 28, 2024
TheColorDarkBlue
changed the title
Implement auto-completion for the CLI
Implement auto-completion for CLI
Jun 14, 2024
TheColorDarkBlue
changed the title
Implement auto-completion for CLI
Add auto-complete for CLI commands
Jun 17, 2024
Pressing tab auto-completes
rendercv ren
torendercv rendercv
instead ofrendercv render
. This is annoying sincerendercv rendercv
is not an actual command. I propose the commandrender
be renamed tobuild
,compile
, orrun
in order to circumvent this.For example,
rendercv build
,rendercv compile
, andrendercv run
.The text was updated successfully, but these errors were encountered: