-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
Description
It would be very helpful to pick if the default snippet also includes some ascii diagram/charts as comment. There are a few fonts that don't handle those pretty:
Good Example:
Bad Example:
And here's the comments I used:
╭─────────────────────────────╮
│ ╭───╮ │
│ ╭───╮ │╭─╮│ │
│ ↑ │ │↑ ││ │
void (*signal(int, void (*fp)(int)))(int);
↑ ↑ │ ↑ ↑ ││ │
│ ╰──────╯ │ ╰──╯│ │
│ ╰────────╯ │
╰──────────────────────────────────╯
okta-awscli --okta-profile=aws-666 --profile=aws-666
╰────────┬───────────╯ ╰───────┬──────╯
│ │
│ ╰────── profile to store temporary credentials
╰────── profile to use in .okta-aws
If this is something you're open to adding, I can prepare a diff myself.

