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