Skip to content

Conversation

@bytebutcher
Copy link

When using the "use" and "current" command the prompt does not add an ending new-line. As a result follow-up commands are not aligned properly:

Current situation:

user@localhost:~$ git-profile current
defaultuser@localhost:~$ git-profile use default
Successfully applied `default` profile to current git repository.user@localhost:~$

Expected result:

user@localhost:~$ git-profile current
default
user@localhost:~$ git-profile use default
Successfully applied `default` profile to current git repository.
user@localhost:~$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant