Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arguments parsing on Windows #4

Open
smokku opened this issue Mar 5, 2025 · 0 comments
Open

Arguments parsing on Windows #4

smokku opened this issue Mar 5, 2025 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed Win32 Issue specific to Windows platform

Comments

@smokku
Copy link
Member

smokku commented Mar 5, 2025

Emu uses argp for argument parsing and --help.

> ./emu --help

Usage: emu [OPTION...] [ROM.xex]
X65 microcomputer emulator

  -l, --labels=LABELS_FILE   Load VICE compatible global labels file
  -o, --output=FILE          Output to FILE instead of standard output
  -q, -s, --quiet, --silent  Don't produce any output
  -v, --verbose              Produce verbose output
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.

Report bugs to: https://github.com/X65/emu/issues

Due to lack of support on Windows, it is disabled in Windows build, leaving the user without obvious way of loading files.

We need to find a replacement for windows build or a way of bundling argp with Windows build.

@smokku smokku added enhancement New feature or request help wanted Extra attention is needed Win32 Issue specific to Windows platform labels Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed Win32 Issue specific to Windows platform
Projects
None yet
Development

No branches or pull requests

1 participant