From 7f1ed08ebdfe17de816acf6f732acdbffc0261d3 Mon Sep 17 00:00:00 2001 From: hasundue Date: Tue, 5 Mar 2024 13:40:36 +0900 Subject: [PATCH] docs(readme): update outputs of examples --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 0cc7df39..6ee1e3c8 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Alternatively, you may prefer to run the remote script directly through #### Usage -``` +```` > molt --help Usage: molt @@ -123,37 +123,29 @@ Examples: ```sh > molt deno.json +📦 @luca/flag 1.0.0 => 123.456.789 📦 deno.land/std 0.200.0 => 123.456.789 - lib.ts 0.200.0 - mod.ts 0.200.0 - 📦 deno.land/x/deno_graph 0.50.0 => 123.456.789 - mod.ts 0.50.0 - -📦 node-emoji 2.0.0 => 123.456.789 - mod.ts 2.0.0 -``` +📦 node-emoji 1.0.0 => 123.456.789 +```` ##### Write changes to files ```sh > molt deno.json --write ... -💾 lib.ts -💾 mod.ts +💾 deno.json ``` ##### Commit changes to git ```sh -> molt deno.json --commit --pre-commit=test --prefix :package: --summary title.txt --report report.md +> molt deno.json --commit --prefix :package: ... +📝 :package: bump @luca/flag from 1.0.0 to 123.456.789 📝 :package: bump deno.land/std from 0.200.0 to 123.456.789 📝 :package: bump deno.land/x/deno_graph from 0.50.0 to 123.456.789 📝 :package: bump node-emoji from 2.0.0 to 123.456.789 - -📄 title.txt -📄 report.md ``` ## Compatibility with registries