diff options
| author | Juan Roig <jaroig@outlook.com> | 2023-11-13 02:08:03 -0500 |
|---|---|---|
| committer | Juan Roig <jaroig@outlook.com> | 2023-11-13 02:08:03 -0500 |
| commit | e46ca43d4cd6e44972123856bbe047eb0517768e (patch) | |
| tree | a3542a6c165525fd1665aebf12a8ef73c0f6ae16 /README.md | |
| parent | 78fd5e4e1f084b1f031c80c964f795e225f0d25a (diff) | |
Move aplus requests to new launch_aplus function
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
| @@ -1,3 +1,13 @@ | |||
| 1 | # aplus | 1 | # aplus |
| 2 | 2 | ||
| 3 | aplus cli \ No newline at end of file | 3 | aplus cli |
| 4 | |||
| 5 | # Usage | ||
| 6 | |||
| 7 | # Launch interactive prompt | ||
| 8 | aplus | ||
| 9 | |||
| 10 | # Enter code immediately | ||
| 11 | aplus -c <code> | ||
| 12 | aplus --code <code> | ||
| 13 | |||
