@vlandoss/run-run 0.0.4-git-784eb13.0 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vlandoss/run-run",
3
- "version": "0.0.4-git-784eb13.0",
3
+ "version": "0.0.4",
4
4
  "description": "The CLI toolbox to fullstack common scripts in Variable Land",
5
5
  "homepage": "https://github.com/variableland/dx/tree/main/packages/run-run#readme",
6
6
  "bugs": {
@@ -154,37 +154,6 @@ exports[`should match "test:static" command 1`] = `"biome check --colors=force"`
154
154
 
155
155
  exports[`should match "typecheck" command 1`] = `"tsc --noEmit"`;
156
156
 
157
- exports[`should match help message for command "biome" 1`] = `
158
- "Biome official CLI. Use it to check the health of your project or run it to check single files.
159
-
160
- Usage: biome COMMAND ...
161
-
162
- Available options:
163
- -h, --help Prints help information
164
- -V, --version Prints version information
165
-
166
- Available commands:
167
- version Shows the Biome version information and quit.
168
- rage Prints information for debugging.
169
- start Starts the Biome daemon server process.
170
- stop Stops the Biome daemon server process.
171
- check Runs formatter, linter and import sorting to the requested files.
172
- lint Run various checks on a set of files.
173
- format Run the formatter on a set of files.
174
- ci Command to use in CI environments. Runs formatter, linter and import sorting to
175
- the requested files.
176
- init Bootstraps a new biome project. Creates a configuration file with some defaults.
177
- lsp-proxy Acts as a server for the Language Server Protocol over stdin/stdout.
178
- migrate Updates the configuration when there are breaking changes.
179
- search EXPERIMENTAL: Searches for Grit patterns across a project.
180
- explain Shows documentation of various aspects of the CLI.
181
- clean Cleans the logs emitted by the daemon.
182
-
183
- "
184
- `;
185
-
186
- exports[`should match "biome" command 1`] = `"biome "`;
187
-
188
157
  exports[`should match help message for command "tools" 1`] = `
189
158
  "Usage: rr tools [options] [command]
190
159