We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\env
When using \env command in Shell, currently it will print as following:
ShellConfig { ui: UiConfig { auto_commit: true, prompt: Some("qldb$ACTIVE_TRANSACTION> "), format: Table, edit_mode: Emacs, display_welcome: true, display_ctrl_signals: true, display_query_metrics: true, terminator_required: false }, debug: DebugConfig { log: None }, default_ledger: Some("my-ledger"), ledgers: None }
We could pretty print the ShellConfig struct to show the environment information more clearly.
ShellConfig
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using
\env
command in Shell, currently it will print as following:We could pretty print the
ShellConfig
struct to show the environment information more clearly.The text was updated successfully, but these errors were encountered: