theredditbandit / pman

A CLI project manager
Other
36 stars 3 forks source link

Fix typo #18

Closed ccoVeille closed 4 months ago

ccoVeille commented 4 months ago

iteractive word doesn't exist.

Use iterative, as interactive is already present in the list.

I open this one aside #17 because this one should be discussed.

theredditbandit commented 4 months ago

yes i'm aware , this is intentional.

The idea behind iteractive is that it's a common typo that might occur while typing interactive. This is similar to what npm has done where it includes several aliases for npm install

npm install [<package-spec> ...]

aliases: add, i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall
ccoVeille commented 4 months ago

OK, you should add a comment about it in the code then