master
h 22 lines 404 Bytes
Raw
1 /*++
2
3 Copyright (c) Microsoft. All rights reserved.
4
5 Module Name:
6
7 InspectTasks.h
8
9 Abstract:
10
11 Declaration of inspection command execution tasks.
12
13 --*/
14 #pragma once
15 #include "CLIExecutionContext.h"
16 #include "Task.h"
17
18 using wsl::windows::wslc::execution::CLIExecutionContext;
19
20 namespace wsl::windows::wslc::task {
21 void Inspect(CLIExecutionContext& context);
22 } // namespace wsl::windows::wslc::task