Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Flag parsing not functioning correctly #5

Open
hiimcody1 opened this issue Mar 14, 2023 · 0 comments
Open

Flag parsing not functioning correctly #5

hiimcody1 opened this issue Mar 14, 2023 · 0 comments
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed website Needs investigation of the website code

Comments

@hiimcody1
Copy link
Owner

This likely leads back to my lazy implementation of BitArray objects and a lack of proper understanding for how some flags are stored.

As it is right now, the flag parser and option system just needs to be overhauled. If I can get things written well enough to parse the flags, then I can at least read flagsets from the standalone program.

Exporting has been the main challenge so far. If this approach is used, the binary will need to be recompiled to use actual CLI flags per-option instead of parsing a flag string. Ellendar's fork already has a more robust option system. It may be possible to backport that system to the current logic, but that's a whole can of works in itself.

@hiimcody1 hiimcody1 added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed website Needs investigation of the website code labels Mar 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed website Needs investigation of the website code
Projects
None yet
Development

No branches or pull requests

1 participant