-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve micromamba transaction message #2474
Improve micromamba transaction message #2474
Conversation
libmamba/src/core/transaction.cpp
Outdated
std::istringstream iss(ctx.command_params.current_command); | ||
std::string executable; | ||
std::getline(iss, executable, ' '); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this be a method of the command?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will not be needed anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks!
Unfortunately the |
So maybe you can switch with |
Should we keep the run with the executable or keep the also move that to micromamba? |
I think the executable path can be long and weird so maybe just micromamba is better |
@wolfv @AntoinePrv I updated the PR, pretty sad that the executable thingy didn't work... But it should work in normal situations now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Before:
Examples of the result now:
Notable improvements:
$
to make the line double click + copy + paste.-p
when using prefix, use-n
for a named env.