From e98e9afd45d4d8350a035f9509c6b3f1672286d2 Mon Sep 17 00:00:00 2001 From: Samyak Jain <56000318+samyakkkk@users.noreply.github.com> Date: Tue, 12 Mar 2024 23:25:59 +0530 Subject: [PATCH] Executable CommandDash added --- commanddash/pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commanddash/pubspec.yaml b/commanddash/pubspec.yaml index 63510ca..588f972 100644 --- a/commanddash/pubspec.yaml +++ b/commanddash/pubspec.yaml @@ -6,6 +6,9 @@ repository: https://github.com/Welltested-AI/commanddash environment: sdk: '>=2.14.0 <4.0.0' +executables: + commanddash: + # Add regular dependencies here. dependencies: analyzer: ^6.4.1