pulsar-edit / ppm

Pulsar Package Manager
MIT License
35 stars 13 forks source link

Replace "apm" by "ppm" in help messages. #62

Closed azuledu closed 1 year ago

azuledu commented 1 year ago

Replace all "apm" occurrences by "ppm" in console help messages.

Daeraxa commented 1 year ago

Seems good to me.

One note semi-related to this PR but not to be actioned on this is that we really need to decide which out of ppm or pulsar -p is the "primary" way of interacting with ppm. For example if you run some of these commands running pulsar -p it seems odd that it returns instructions to use ppm instead.

azuledu commented 1 year ago

Maybe it is possible to substitute all "ppm" and "pulsar" occurrences in texts by a variable representing the script name. Something like $0 in bash.

DeeDeeG commented 1 year ago

This makes me want to finally rename the actual binaries in this repo from apm to ppm.

But that is just another thing that's not meant to be part of this PR itself.

confused-Techie commented 1 year ago

@DeeDeeG Yeah that would be really awesome, and make things especially a little less weird on Windows as you can't use pulsar -p. So I'd be totally on board with that.

But with two approvals here, I'll merge this one