File tree Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >netcoreapp3.0</TargetFramework >
6
+ <RuntimeIdentifiers >win-x64</RuntimeIdentifiers >
6
7
<AssemblyName >PowerSession</AssemblyName >
7
- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
8
8
<PackageId >PowerSession</PackageId >
9
9
<Title >PowerSession</Title >
10
10
<Authors >Yuwei Ba</Authors >
11
+ <IsPackable >false</IsPackable >
11
12
</PropertyGroup >
12
13
13
14
<ItemGroup >
Original file line number Diff line number Diff line change @@ -18,15 +18,29 @@ Only the `record` feature is implemented now. The output is comptible with ascii
18
18
19
19
3. Play
20
20
21
- ```bash
21
+ ```PowerShell
22
22
$ PowerSession.Cli.exe play a.txt
23
23
```
24
+
25
+ 0. Auth
26
+
27
+ ```PowerShell
28
+ $ PowerSession.Cli.exe auth
29
+ ```
30
+
31
+ 4. Upload
32
+
33
+ ```PowerShell
34
+ $ PowerSession.Cli.exe upload a.txt
35
+ ```
24
36
25
- ## Checkout `asciinema` playing PowerSession record output:
37
+ ## Checkout A Demo
26
38
27
- [](https://asciinema.org/a/272577 )
39
+ [](https://asciinema.org/a/272866 )
28
40
29
41
## Roadmap
30
42
31
- - [ ] Implement other necessary features
32
- - [ ] ...
43
+ - [x] Implement other necessary features
44
+ - [ ] Other optional parameters
45
+ - [ ] Publish to package installers
46
+ - [ ] Test Cases
You can’t perform that action at this time.
0 commit comments