leahneukirchen / redo-c

An implementation of the redo build system in portable C with zero dependencies
105 stars 12 forks source link

Duplicates of symlinks #27

Closed sergey-gru closed 3 years ago

sergey-gru commented 3 years ago

Api redo in this release seems that:

redo redo-ifchange redo-ifcreate redo-hash

Here redo-ifchange, redo-ifcreate, redo-hash - are the symlinks

I offer to reduce these symlinks this way:

redo redo --ifchange redo --ifcreate redo --hash

Here --ifchange, --ifcreate, --hash - are the firsts arguments of program redo

leahneukirchen commented 3 years ago

We cannot change this because people use the combined names in scripts already.