Implement arg parse #6

Closed
opened 2024-06-27 01:37:14 +00:00 by stephenseo · 5 comments
Owner
No description provided.
stephenseo added this to the Development Planning project 2024-06-27 01:37:14 +00:00
Author
Owner

parse.c is about done, but handling the parser input is required. For example, removing ./ from the beginning of path names, ensuring every given path is a valid filename or directory, etc.

`parse.c` is about done, but handling the parser input is required. For example, removing `./` from the beginning of path names, ensuring every given path is a valid filename or directory, etc.
Author
Owner

As of 58269d751c , getting all files/symbolic links in dirs is finished.

TODO:

  • Changing current working directory with -C
  • Possibly other things I haven't thought of yet.
As of 58269d751c973365ee98c917ddcd4b165c75e623 , getting all files/symbolic links in dirs is finished. TODO: - Changing current working directory with `-C` - Possibly other things I haven't thought of yet.
Author
Owner

TODO:

  • Add Windows support that should behave the same as the Linux/OSX/Cosmopolitan implementation.
TODO: - Add Windows support that should behave the same as the Linux/OSX/Cosmopolitan implementation.
Author
Owner

TODO:

  • Add Windows support that should behave the same as the Linux/OSX/Cosmopolitan implementation.

https://learn.microsoft.com/en-us/windows/win32/fileio/file-management-reference is probably where to go to figure out MS's way of doing filesystem handling.

> TODO: > - Add Windows support that should behave the same as the Linux/OSX/Cosmopolitan implementation. https://learn.microsoft.com/en-us/windows/win32/fileio/file-management-reference is probably where to go to figure out MS's way of doing filesystem handling.
Author
Owner

Is done, just needs windows support #14

Is done, just needs windows support #14
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stephenseo/SimpleArchiver#6
No description provided.