Length of the output - sshCommand.Result
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- C#
- Sterne
- 4.4k
- Forks
- 993
- Ø Merge
- 9 T. 21 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
Hi There,
It appears that if output in the shell is too long (above around 70 symbols) - sshCommand.Result string is cut. So row is divided into parts (the same behaviour as Windows cmd console width).
Usage is the following:
var command = sshClient.CreateCommand(cmdText);
command.Execute();
var result = command.Result
Is it possible to extent it?
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne damit, das gemeldete Verhalten über sshClient.CreateCommand(cmdText), command.Execute() und command.Result mit einer Ausgabe von mehr als etwa 70 Zeichen zu reproduzieren. Verfolge, wie die Befehlsausgabe gesammelt wird, und überprüfe, dass das abgeschlossene Ergebnis die vollständige Shell-Ausgabe ohne Umbruch aufgrund der Konsolenbreite oder Kürzung bewahrt.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- csharp
- Bereich
- networking
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 38/100