SciRuby / rubex

rubex - A Ruby-like language for writing Ruby C extensions.
BSD 2-Clause "Simplified" License
451 stars 21 forks source link

Command line option to overwrite dirs #21

Closed kojix2 closed 6 years ago

kojix2 commented 7 years ago

I request some command line option that can overwrite existing directories. For example,

rubex cat.rubex
vi cat.rubex # make some changes..
rubex -f cat.rubex # overwrite cat directory
v0dro commented 7 years ago

Good thought.