Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
nimble-code
/
Spin
Public
Notifications
You must be signed in to change notification settings
Fork
139
Star
474
Code
Issues
4
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Switch argument parsing to argp
- #77
#77
Open
NickyBoy89
wants to merge 13 commits into
nimble-code:master
nimble-code/Spin:master
from
NickyBoy89:master
NickyBoy89/Spin:master
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
Switch argument parsing to argp
#77
NickyBoy89
wants to merge 13 commits into
nimble-code:master
nimble-code/Spin:master
from
NickyBoy89:master
NickyBoy89/Spin:master
Copy head branch name to clipboard
Commits
Commits on Oct 18, 2024
change: Rough pass on converting the argument parsing over to the argp format
NickyBoy89
committed
46f4c5b
View commit details
Copy full SHA for 46f4c5b
Browse repository at this point
Commits on Oct 19, 2024
feat: Added support for all the flags, and fixed some missing break statements
NickyBoy89
committed
4d6fdf2
View commit details
Copy full SHA for 4d6fdf2
Browse repository at this point
feat: Added all the supported flags to the argp options
NickyBoy89
committed
05d2480
View commit details
Copy full SHA for 05d2480
Browse repository at this point
Commits on Oct 20, 2024
feat: Added support for the last couple of flags, and fixed some duplicate argument support
NickyBoy89
committed
66f1605
View commit details
Copy full SHA for 66f1605
Browse repository at this point
feat: Enabled support for long options to be specified with a single dash
Show description for 1b984c5
NickyBoy89
committed
1b984c5
View commit details
Copy full SHA for 1b984c5
Browse repository at this point
Commits on Oct 21, 2024
change: Added a helper function for PreArg and improved safety
Show description for 545dea6
NickyBoy89
committed
545dea6
View commit details
Copy full SHA for 545dea6
Browse repository at this point
fix: Correctly pass in the argument names to the preprocess arguments
NickyBoy89
committed
bb0def3
View commit details
Copy full SHA for bb0def3
Browse repository at this point
fix: Parse the args to -run separately, and convert some of the errors
NickyBoy89
committed
466af98
View commit details
Copy full SHA for 466af98
Browse repository at this point
change: Replaced manual code with helper function to prepend args
NickyBoy89
committed
a79f91d
View commit details
Copy full SHA for a79f91d
Browse repository at this point
change: Changed all args to use the global versions of themselves
NickyBoy89
committed
d8585ad
View commit details
Copy full SHA for d8585ad
Browse repository at this point
fix: Pass correct arguments into cli parsing
NickyBoy89
committed
3b65a10
View commit details
Copy full SHA for 3b65a10
Browse repository at this point
fix: Removed experimental enum for verbosity level
NickyBoy89
committed
952a459
View commit details
Copy full SHA for 952a459
Browse repository at this point
fix: Fixed a minor issue in parsing the optimizations, and improved error handling
NickyBoy89
committed
b9f756c
View commit details
Copy full SHA for b9f756c
Browse repository at this point
You can’t perform that action at this time.