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 }}
This repository was archived by the owner on Sep 3, 2022. It is now read-only.
Output seems arbitrarily constrained to some number (80?) columns, causing word-breaks on character boundary.
Subcommands are listed as positional arguments which is odd.
Can we take over help for commands and provide a better experience? Seems like argparse isn't well suited to producing the kind of help we want, and if I recall there are ways to customize it without completely re-doing it ourselves.
The text was updated successfully, but these errors were encountered:
For an example, see https://github.com/GoogleCloudPlatform/datalab/blob/master/content/datalab/tutorials/BigQuery/BigQuery%20Commands.ipynb
Try
%bigquery --help
Can we take over help for commands and provide a better experience? Seems like argparse isn't well suited to producing the kind of help we want, and if I recall there are ways to customize it without completely re-doing it ourselves.
The text was updated successfully, but these errors were encountered: