Unverified Commit fcf84061 authored by Hong Minhee's avatar Hong Minhee
Browse files

Rename short option `-c` for `fedify lookup` to `-C`

parent bea12ab6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ To be released.

 -  Removed `expand` option of `Object.toJsonLd()` method, which was deprecated
    in version 0.14.0.  Use `format: "expand"` option instead.
 -  Renamed the short option `-c` for `--compact` of `fedify lookup` command to
    `-C` to avoid conflict with the short option `-c` for `--cache-dir`.


Version 0.14.3
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ export const command = new Command()
      "(e.g., @username@domain).",
  )
  .option("-a, --authorized-fetch", "Sign the request with an one-time key.")
  .option("-c, --compact", "Compact the fetched JSON-LD document.", {
  .option("-C, --compact", "Compact the fetched JSON-LD document.", {
    conflicts: ["expand"],
  })
  .option("-e, --expand", "Expand the fetched JSON-LD document.", {