git-profile icon indicating copy to clipboard operation
git-profile copied to clipboard

Missing newlines in "use" and "current" command

Open bytebutcher opened this issue 2 years ago • 0 comments

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:~$

bytebutcher avatar Mar 23 '23 16:03 bytebutcher