Skip to content

Commit cd13e1d

Browse files
committed
update command-line documentation
1 parent 33a1616 commit cd13e1d

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

pythonforandroid/toolchain.py

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2453,23 +2453,27 @@ def __init__(self):
24532453
description="Tool for managing the Android / Python toolchain",
24542454
usage="""toolchain <command> [<args>]
24552455
2456-
Currently available commands:
2457-
create Build an android project with all recipes
2458-
24592456
Available commands:
2460-
Not yet confirmed
2457+
adb Runs adb binary from the detected SDK dir
2458+
apk Create an APK using the given distribution
2459+
bootstraps List all the bootstraps available to build with.
2460+
build_status Informations about the current build
2461+
create Build an android project with all recipes
2462+
clean_all Delete all build components
2463+
clean_builds Delete all build caches
2464+
clean_dists Delete all compiled distributions
2465+
clean_download_cache Delete any downloaded recipe packages
2466+
clean_recipe_build Delete the build files of a recipe
2467+
distributions List all distributions
2468+
export_dist Copies a created dist to an output directory
2469+
logcat Runs logcat from the detected SDK dir
2470+
print_context_info Prints debug informations
2471+
recipes List all the available recipes
2472+
sdk_tools Runs android binary from the detected SDK dir
2473+
symlink_dist Symlinks a created dist to an output directory
24612474
24622475
Planned commands:
2463-
recipes
2464-
distributions
24652476
build_dist
2466-
symlink_dist
2467-
copy_dist
2468-
clean_all
2469-
status
2470-
clean_builds
2471-
clean_download_cache
2472-
clean_dists
24732477
""")
24742478
parser.add_argument("command", help="Command to run")
24752479

0 commit comments

Comments
 (0)