feat: rename dsh to dsh-sdk
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Usage: dsh <command> [options]
|
||||
Usage: dsh-sdk <command> [options]
|
||||
|
||||
Commands:
|
||||
start [target] [-- args...] Import a built module, or boot cordis.yml
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Package-owned terminal templates for the dsh launcher.
|
||||
* Package-owned terminal templates for the dsh-sdk launcher.
|
||||
*
|
||||
* @module @deepseek-ai/dsh-scripts/templates/dsh-templates
|
||||
* @module @deepseek-ai/dsh-scripts/templates/dsh-sdk-templates
|
||||
*/
|
||||
|
||||
import { TextTemplate, type PackageManagerName } from '@deepseek-ai/dsh-helper'
|
||||
@@ -12,8 +12,8 @@ interface ConfigInstallFailureTemplateModel {
|
||||
installArgs: string
|
||||
}
|
||||
|
||||
/** Compiled dsh terminal templates. */
|
||||
export const DSH_TEMPLATES = {
|
||||
/** Compiled dsh-sdk terminal templates. */
|
||||
export const DSH_SDK_TEMPLATES = {
|
||||
usage: TextTemplate.fromFile<Record<string, never>>(new URL('./assets/usage.txt.tpl', import.meta.url)),
|
||||
configInstallFailure: TextTemplate.fromFile<ConfigInstallFailureTemplateModel>(
|
||||
new URL('./assets/config-install-failure.txt.tpl', import.meta.url),
|
||||
Reference in New Issue
Block a user