endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
761 stars 68 forks source link

cli: Add a `--verbose` option to the `endo list` command #2301

Closed FUDCo closed 1 month ago

FUDCo commented 1 month ago

The endo list command now accepts a --verbose option that will cause it to print out a prettified version of the value that would be shown by endo show for each entry.

I kept finding myself wanting this during my explorations, so I just went ahead and implemented it.