You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the issue with UCC is that it requires your source .c files to be stored in the sources folder. My feature request is that it should be possible to run .c code from anywhere on the pc as keeping all of my code in one folder is inconvenient and results in the folder being un-navigable due to the large number of files.
The text was updated successfully, but these errors were encountered:
Okay, that's great!
Could you please add that to the list of available commands in bash ucc -h ?
Currently bash ucc -h only shows:
Usage: ucc [option] [argument]
ucc -b/--build <filename>: builds <filename> from the sources folder.
ucc -r/--run <filename>: runs <filename> from the builds folder.
ucc -br/--build-run <filename>: builds and runs <filename> from sources folder.
ucc -cb/--c-boilerplate <filename>: places <filename> in sources folder with C boilerplate.
ucc -cpb/--cpp-boilerplate <filename>: places <filename> in sources folder with CPP boilerplate.
Currently, the issue with UCC is that it requires your source .c files to be stored in the
sources
folder. My feature request is that it should be possible to run .c code from anywhere on the pc as keeping all of my code in one folder is inconvenient and results in the folder being un-navigable due to the large number of files.The text was updated successfully, but these errors were encountered: