Closed bcardiff closed 4 years ago
Maybe a more logical ordering would be to put the dependency name before the command? Postinstall of avram: script/precompile_tasks
. This would also help to keep the names aligned in case the command wraps.
When the command fails, only the command is displayed with no path/dependency name.
Isn't the shard name a significant information in case of a failure? I'd expect that to show when the command fails as well.
Feedback addressed @straight-shoota
When running
$ shards install
it will now append the shard name where the script is definedFor example when running it in lucky it will show the precompiled_tasks for avram and make bin from ameba are run.
When the command fails, only the command is displayed with no path/dependency name.