]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Sat, 18 Jan 2025 23:08:20 +0000 (17:08 -0600)
committerKevin Day <Kevin@kevux.org>
Sat, 18 Jan 2025 23:08:20 +0000 (17:08 -0600)
commit1b7a4611e9bdc432436d33e2d292b41b67a7a743
tree8964846ace1743c43bac62e81647b23f1db53d0c
parentf1a6d49f1a072de8239125588e41e4302b370414
Progress: Continue working on completing the remove program.

Clean up the code a bit and fix some obvious mistakes.
Problems with the parameters are now fixed.

Start organizing and fixing the simulate.
Added some strings that may or may not be needed and will be removed if the future if it turns out they are not needed.

Add and use the process_operate_file_simulate() function.
The process_operate_file() shouldn't be called within simulate.

Do some work regarding directories and the empty state.

Additional flags are added.
Add flag bits to designate that if the remove flag bit is set then it should be ignored.
It is ignored as do not remove or it is ignored as do not remove then throw an error.
Using a bit like this allows for the rest of the code to only care about when it should add the remove flag.
Only in cases that explicitly prevent removal should the remove not and remove fail flags be set.
sources/c/program/kevux/tools/remove/main/common.c
sources/c/program/kevux/tools/remove/main/common/define.h
sources/c/program/kevux/tools/remove/main/common/string.c
sources/c/program/kevux/tools/remove/main/common/string.h
sources/c/program/kevux/tools/remove/main/common/type.h
sources/c/program/kevux/tools/remove/main/operate.c
sources/c/program/kevux/tools/remove/main/operate.h
sources/c/program/kevux/tools/remove/main/print/simulate.c