CLI: Add axel clean
command
#59
Labels
cli
Anything related to the Axel command line tool.
improvement
Adding a new feature, improving an existing feature, etc.
proposal
Ideas for future improvement, that aren't (yet) concretely agreed upon.
This should:
Remove the
axelTemp
directoryRemove
hs
files that correspond to Axel files. To avoid clobbering handwritten files (e.g. that, for whatever reason, accidentally have the same name), we should verify that the generated files were actually created by Axel.In fact, maybe we should include a checksum, in case the user made manual improvements (and in the case of mismatch, include a
--force
option or something to confirm). If we add this sort of header, maybe we could include Annotate transpiled files with the version of Axel used to generate them, and don't allow macro imports from incompatible versions #62 in its implementation.The text was updated successfully, but these errors were encountered: