mirror of
https://github.com/m-lamonaca/script-launcher.git
synced 2025-07-05 03:32:14 +00:00
feat: rename executable to scrl
This commit is contained in:
parent
d10340a644
commit
38eb93354f
5 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@ using Spectre.Console;
|
|||
using Spectre.Console.Cli;
|
||||
|
||||
var app = new CommandApp<RootCommand>();
|
||||
app.Configure(x => x.SetApplicationName("script-launcher"));
|
||||
app.Configure(x => x.SetApplicationName("scrl"));
|
||||
return app.Run(args);
|
||||
|
||||
sealed class RootCommand : AsyncCommand<RootCommandSettings>
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>0.1.1</Version>
|
||||
<Version>0.1.2</Version>
|
||||
<PackAsTool>true</PackAsTool>
|
||||
<ToolCommandName>script-launcher</ToolCommandName>
|
||||
<ToolCommandName>scrl</ToolCommandName>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue