Skip to content

Commit

Permalink
new year
Browse files Browse the repository at this point in the history
  • Loading branch information
theshadowco committed Jan 2, 2025
1 parent 7a10af2 commit cbb2314
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
usageHelpAutoWidth = true,
synopsisSubcommandLabel = "[COMMAND [ARGS]]",
footer = "@|green Copyright(c) 2018-2022|@",
footer = "@|green Copyright(c) 2018-2025|@",
header = "@|green BSL language server|@")
@SpringBootApplication(scanBasePackageClasses = BSLLSPLauncher.class)
@Component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
aliases = {"-a", "--analyze"},
description = "Run analysis and get diagnostic info",
usageHelpAutoWidth = true,
footer = "@|green Copyright(c) 2018-2022|@")
footer = "@|green Copyright(c) 2018-2025|@")
@Component
@RequiredArgsConstructor
public class AnalyzeCommand implements Callable<Integer> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
aliases = {"-f", "--format"},
description = "Format files in source directory",
usageHelpAutoWidth = true,
footer = "@|green Copyright(c) 2018-2022|@")
footer = "@|green Copyright(c) 2018-2025|@")
@Component
@RequiredArgsConstructor
public class FormatCommand implements Callable<Integer> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
aliases = {"--lsp"},
description = "LSP server mode (default)",
usageHelpAutoWidth = true,
footer = "@|green Copyright(c) 2018-2022|@")
footer = "@|green Copyright(c) 2018-2025|@")
@Component
@RequiredArgsConstructor
public class LanguageServerStartCommand implements Callable<Integer> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
aliases = {"-v", "--version"},
description = "Print version",
usageHelpAutoWidth = true,
footer = "@|green Copyright(c) 2018-2022|@")
footer = "@|green Copyright(c) 2018-2025|@")
@Component
@RequiredArgsConstructor
public class VersionCommand implements Callable<Integer> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
aliases = {"-w", "--websocket"},
description = "Websocket server mode",
usageHelpAutoWidth = true,
footer = "@|green Copyright(c) 2018-2022|@")
footer = "@|green Copyright(c) 2018-2025|@")
@Component
@RequiredArgsConstructor
public class WebsocketCommand implements Callable<Integer> {
Expand Down

0 comments on commit cbb2314

Please sign in to comment.